kaisersoze Posted January 18, 2005 Posted January 18, 2005 how to open .html by launching internet explorer in winforms Quote Note: I think as a programmer not as a human, so use my answer at your will
Leaders dynamic_sysop Posted January 18, 2005 Leaders Posted January 18, 2005 '/// if IE is the default browser System.Diagnostics.Process.Start("C:\your_file_name.html") '/// or System.Diagnostics.Process.Start("EXPLORER.EXE , "C:\your_file_name.html") '/// or System.Diagnostics.Process.Start("EXPLORER.EXE , "http://some_site.com") Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.