Click here to Skip to main content
15,890,512 members
Articles / General Programming / Internet

Opening the Internet Browser Programmatically

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
15 Aug 2011CPOL 13.6K   1  
You're incorrect. Explorer is Windows Explorer, not Internet Explorer. Try this:System.Diagnostics.Process.Start("explorer");then this:System.Diagnostics.Process.Start("iexplore.exe", "http://www.codeproject.com");and this:System.Diagnostics.Process.Start("winword.exe",...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Marois Consulting
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions