in reply to Pick the default browser
Use Win32::API to call the built-in ShellExecute function for this purpose. See Re: How to start default browser on Windows?.
Update: I should make clear that the only thing you can do with the browser this way is tell it to browse to a particular address. You can't gain a direct handle on the browser window and make it do things like you can with IE.
|
|---|