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.
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.