balachandar
Programmer
Hai All,
I have a activeX control application developed in VC++ running in a Internet explorer window. I need to open a given URL in a new browser window from this application.
I tried the ShellExecute() function to launch a new Internet explorer window from my ActiveX appliction (from the click of a button). But the new URL opens in the same browser window. How can i open the URL in a new window ?
The code i used is given below.
ShellExecute(NULL, "open", " NULL, NULL, SW_SHOWNORMAL);
Thanks and Regards
BalaChandar Ganesan
I have a activeX control application developed in VC++ running in a Internet explorer window. I need to open a given URL in a new browser window from this application.
I tried the ShellExecute() function to launch a new Internet explorer window from my ActiveX appliction (from the click of a button). But the new URL opens in the same browser window. How can i open the URL in a new window ?
The code i used is given below.
ShellExecute(NULL, "open", " NULL, NULL, SW_SHOWNORMAL);
Thanks and Regards
BalaChandar Ganesan