New Syntax Highlighter installed to forum

Administrator

VB.NET Forum Admin
Joined
Jun 3, 2004
Messages
1,462
Programming Experience
10+
Hello VB.NET'ers:

I installed a syntax highlighting system that will properly (hopefully) highlight your code and also include line numbers. If you look at the toolbar above this message editor you'll see a "vb" button on the far right. Click it and then enter "vb" (no quotes) to indicate you want to use Visual Basic code. Place your code in between the XCODE tags.

Here is an example of what will appear.

Public Sub HelloWorld()
   DoSomethingHere
End Sub


You can learn more about the XCODE tag use (it's BBCODE) here.
 
Back
Top