You can easily open Internet Explorer from your Visual Basic application by using the “Process.Start” method. This powerful method gives you the power to open other applications as well from your application. You can start Internet Explorer to a default homepage or you can provide a web address to navigate to after it launches. With this method you can quickly open the web browser to a webpage you want the user to see without having the user enter an address. Process.Start (“IExplore.exe”) The web browser will start and default to the homepage. Process.Start(“IExplore.exe”, “www.yourwebaddress.com”) Edit www.yourwebaddress.com and type a valid web address. Writer Bio
