How to open url in hidden in vb6?
Asked By
30 points
N/A
Posted on - 01/25/2013
I use the full-blown word processors to open url in hidden in vb6. The following codes that I have written
set shell = CreateObject("Shell.Application")
shell.Open "http://www.myurl.com
But doesn't work. How can I fix it?