Quote Originally Posted by make me rain View Post
just type [[HIGHLIGHT]] your complete code goes in between these two highlight & /highlight tags tags[[//HIGHLIGHT]]
Or, click on the VBCode icon(), when you post it. And an inputbox will popout. Enter "vb.net". This will create the [HIGHLIGHT] tags for you. If you have the code already pasted in the editor and it is selected, then by doing the above will enclose that selection in [HIGHLIGHT] tags.

Eg:
Code:
[HIGHLIGHT="vb.net"]

'~~~ vb.net code here
MessageBox.Show("Hi janu...")

[/HIGHLIGHT]