Carko Lee
May 23rd, 1999, 07:48 PM
I want to connect website by by executing browser...
For example, 4 browsers are opend...2 are ie, 2 are netscape....
and i have those handle...(ie is default browser)
hwnd1(1st ie), hwnd2(1st netscape), hwnd3(2nd ie), hwnd4(2nd
netscape)..
I want to connect "http://www.yahoo.com" with 2nd netscape and
"http://codeguru.com" with 1st ie.
How can i do??
ShellExecute() function just execute default browser....
Is it Possible by using CreateProcess() or ShellExecuteEx()??
For example, 4 browsers are opend...2 are ie, 2 are netscape....
and i have those handle...(ie is default browser)
hwnd1(1st ie), hwnd2(1st netscape), hwnd3(2nd ie), hwnd4(2nd
netscape)..
I want to connect "http://www.yahoo.com" with 2nd netscape and
"http://codeguru.com" with 1st ie.
How can i do??
ShellExecute() function just execute default browser....
Is it Possible by using CreateProcess() or ShellExecuteEx()??