Default Browser
Launch Image URL in Default Browser
Submitted by Ben Hodson on Thu, 09/18/2008 - 16:52
If you want to launch a URL in the default browser using C# from something like a Windows Forms application, you would normally just do what I described in this post:
http://devtoolshed.blogspot.com/2008/09/launch-url-in-default-browser-using-c.html
But I found something very surprising. If you attempt to do this with a URL that is a direct path to an image such as this:
Launch URL in Default Browser using C#
Submitted by Ben Hodson on Mon, 09/08/2008 - 16:04
After deploying an application using the standard way of launching a URL in the default browser:
System.Diagnostics.Process.Start("http://www.google.com");We found that almost randomly, an exception is thrown on certain user's machines when this method is called. I did some research and a couple of interesting posts came up.

Recent comments
14 hours 5 min ago
1 day 13 hours ago
3 days 14 hours ago
4 days 4 hours ago
4 days 15 hours ago
4 days 20 hours ago
5 days 48 min ago
1 week 21 hours ago
1 week 1 day ago
1 week 4 days ago