How could I get a new IE window to display once a user pushes a button in the VB program, but not make it display in the form?
Printable View
How could I get a new IE window to display once a user pushes a button in the VB program, but not make it display in the form?
If you're opening IE from an already open web browser, search the vbforum for "Bloodeye"...He gave me the code to do that.
If its just a regular program, then just use the shell command.
Shell "C:\program files\internet Explorer\iexplore.exe"
I think......
FRAIL_KNIGHT:D