Re: FORUM ISSUES: Report Upgraded Issues in this thread
Quote:
Originally Posted by
Nightwalker83
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:
‘Launch Windows Add/Remove Programs Dialog
Dim dblReturn As Double
dblReturn = Shell(“rundll32.exe shell32.dllControl_RunDLL appwiz.cpl1″ 5)
==>
vb Code:
‘Launch Windows Add/Remove Programs Dialog
Dim dblReturn As Double
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 ?
:wave: