iexplore
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
peace every poor app can open an iexplore instance and tell it where to surf to ... is there a doc on the web about this ?- i ownly found some on how to use CWebBrowser2 to write a new one :( thanx
You can call ShellExecute() and pass it a URL (be sure to include the "http://" part) and it'll launch your default browser. Look around in the registry under HKCR\http to find out more about the commands issued.