Lol cool... did you try out the other codes yet ???
[quote] - of course all of you know about it...
how about code & codebox ??
CODE
NewEmployeePanel.Visible = False
EmployeeDetailsPanel = New EmployeeDetails(frmMainScreen.panelMainScreen, _
New Point(288, 16))
AddHandler EmployeeDetailsPanel.EmployeeDetailsCancelPressed, _
New EmployeeDetails.EmployeeDetailsPanelDisposed(AddressOf EmployeeDetailsPanDisposed)
Trying codebox... Cool it comes with scroll bars. Good for long code snippets

CODE
While IDCheck.IDExists(UserID, DBInfo, IDCheck.EMPLOYEE_SEARCH)
Dim Serial As Integer
Serial = Val(SerialCode)
Serial += 1
Select Case Len(Str(Serial))
Case 1 : SerialCode = "000" & Trim(Str(Serial))
Case 2 : SerialCode = "00" & Trim(Str(Serial))
Case 3 : SerialCode = "0" & Trim(Str(Serial))
Case 4 : SerialCode = Str(Serial)
End Select
UserID = CodeName & Series & SerialCode
End While
There also BBCodes for HTML and SQL - with syntax highlighting..
HTML
HTML
<body>
<a href="http://somelink.net">This is a link</a>
</body>
SQL
SQL
SELECT * FROM TABLE1 WHERE Name LIKE 'BLAH%';
Do any of you use the tab /tab bbcode.. quite handy in starting paragraphs, as I've done with this line.
How about the FONT
This is TahomaThis is Times New RomanThis is VerdanaThis is TerminalThis is CourierThis is SystemCool.. the fonts didnt work at first coz I included the font names within double quotes ("") - you dont need them... just font=name does the job.
Comment/Reply (w/o sign-up)