Interface Mirror

Proper Solutions to Software Development Problems

  Home  |   Contact  |   Syndication    |   Login
  18 Posts | 8 Stories | 16 Comments | 1 Trackbacks

News



Article Categories

Archives

Post Categories

Link

Hi,

Today I had to find default browser in my client's system and open my page in it. You can find your default Browser Path from

HKEY_CLASSES_ROOT\http\shell\open\command
and Open your page in the value stored against command using
System.Diagnostics.Process.Start()

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Sunday, July 20, 2008 2:31 PM