|
-
Oct 18th, 2012, 03:25 AM
#11
Re: FORUM ISSUES: Report Upgraded Issues in this thread
 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 ?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|