Hi everyone
I have a form that builds a URL string and then opens it in internet explorer.
However if I leave the window open, then build another URL and execute it, I want it to open in a new instance of IE, but it opens in the same window.
The command i am using is this:
Dim i As Integer
BuildURL'This is a function that builds the URL based 'on parameters i have selected
i = ShellExecute(GetDesktopWindow, "Open", mstrURL, "", "", 1)
How can I get it to open in a new IE window??
Transcend
![[gorgeous] [gorgeous] [gorgeous]](/data/assets/smilies/gorgeous.gif)
I have a form that builds a URL string and then opens it in internet explorer.
However if I leave the window open, then build another URL and execute it, I want it to open in a new instance of IE, but it opens in the same window.
The command i am using is this:
Dim i As Integer
BuildURL'This is a function that builds the URL based 'on parameters i have selected
i = ShellExecute(GetDesktopWindow, "Open", mstrURL, "", "", 1)
How can I get it to open in a new IE window??
Transcend
![[gorgeous] [gorgeous] [gorgeous]](/data/assets/smilies/gorgeous.gif)