Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to hide window

Status
Not open for further replies.

TJLMO

MIS
Feb 12, 2002
15
US
I am attempting to hide a browser window that is opened when I use the following script:
lReturn = ShellExecute(hWnd, "open", sWebsite, vbNull, vbNull, _
SW_HIDE)

sWebsite is a string that contains the url. This only opens a maximized window for me. Any ideas? Thanks in advance.
 
Before answering the question, can I ask why you want to hide the browser window? Not that there is anything wrong in it, just that your answer may help determine the most appropriate response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top