M Murtuza Sep 24, 2008 #1 Can some one give me pointer on Launching default browser from an application rather the IEBrowser.
C Chris Tacke, eMVP Sep 24, 2008 #2 Process.Start telling it to use shell execute should open the default app associated with the file exension. -- Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http://community.OpenNETCF.com
Process.Start telling it to use shell execute should open the default app associated with the file exension. -- Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http://community.OpenNETCF.com
P Paul G. Tobey [eMVP] Sep 24, 2008 #3 Take a look at this page: http://guruce.com/blogpost/howtoaskquestionsonnewsgroups Now, what have you tried? I'd look at some of the registry, like [HKEY_CLASSES_ROOT\http\Shell\Open\Command] @="iesample.exe %1" for example, and launch whatever is listed there. There's not going to be an API list LaunchDefaultBrowser()... Paul T.
Take a look at this page: http://guruce.com/blogpost/howtoaskquestionsonnewsgroups Now, what have you tried? I'd look at some of the registry, like [HKEY_CLASSES_ROOT\http\Shell\Open\Command] @="iesample.exe %1" for example, and launch whatever is listed there. There's not going to be an API list LaunchDefaultBrowser()... Paul T.
S Simon Hart [MVP] Sep 25, 2008 #4 This gets asked all the time so I wrote a simple post on it: http://www.simonrhart.com/2008/08/loading-to-web-page-using-default.html
This gets asked all the time so I wrote a simple post on it: http://www.simonrhart.com/2008/08/loading-to-web-page-using-default.html