Launch default web browser from .net program

Kntx

Platinum Member
Dec 11, 2000
2,270
0
71
Just looking for a quick answer here...

I have a html file created by this program I'm working on (written in VB.net and C#) and I want to launch the default webbrowser and have it display this file I've created. If anyone knows how to do this off the top of your head, lay it on me!!

 

lozina

Lifer
Sep 10, 2001
11,711
8
81
Well, best way is:

Help.ShowHelp(this, "some_file.html");

it will open 'some_file.html' in the default web browser