• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Launch default web browser from .net program

Kntx

Platinum Member
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!!

 
Well, best way is:

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

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