Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
by using IE7, i am navigate to my URL. but i am using IE8 then that code not navigate to URL.Kindly reply.
Posted
Comments
Sandeep Mewara 29-Mar-11 6:38am    
Please share across a little more detail on what are you doing.

URL and implementation would help.

1 solution

If you want to open IE

VB
System.Diagnostics.Process.Start("iexplore http://www.yoursite.com")


If you want to use the vs.net webbrowser control

VB
webbrowser1.nativage(new URI("http://www.yoursite.com")
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900