Quote Originally Posted by Nightwalker83 View Post
There seems to be a problem with the highlight tags! Here is an example.
The double quotes character you used there is wrong !

vb Code:
  1. ‘Launch Windows Add/Remove Programs Dialog
  2. Dim dblReturn As Double
  3. dblReturn = Shell(“rundll32.exe shell32.dllControl_RunDLL appwiz.cpl1″ 5)
==>
vb Code:
  1. ‘Launch Windows Add/Remove Programs Dialog
  2. Dim dblReturn As Double
  3. dblReturn = Shell("rundll32.exe shell32.dllControl_RunDLL appwiz.cpl1" 5)

See ? Thus the forum software seems to be converting it to html entities.

I think you copy-pasted it from some website isn't it ?