How to open url in hidden in vb6?

Asked By 30 points N/A Posted on -
qa-featured

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?

SHARE
Answered By 0 points N/A #154920

How to open url in hidden in vb6?

qa-featured

 

Hi Gregory,
 
You are writing scripts 
Shell.Open http://www.myurl.com/ but it is not open hide URL because when you try to open hide URL so it has a POST method instead of PRE so use POST method in source coding and get your resolution about that. PRE and POST method is very important to us about showing information. Hopefully this information will help you. 
 
 
Thanks,
Raun Nelson

Related Questions