Link to home
Start Free TrialLog in
Avatar of nsophat
nsophat

asked on

Load Webpage in VB.NET Form

Hi,

I want to load a webpage into my vb.net form. So there is no need to open IE to view webpage.

Please recommend on how to do this ?

Thank in advance,
Avatar of pg_india
pg_india

never used in vb.net.

in vb u can use a webbrowser control and then using url/navigate property u can call a particular webpage.

May be in vb.net sumthg similar is there??

Yes, you can just a component name webbrowser and for browsing:

webbrowser.navigate ("https://www.experts-exchange.com")

cheers
Avatar of nsophat

ASKER

Is it a Net or Com component ? and what is the name of that component ?

Thanks,


ASKER CERTIFIED SOLUTION
Avatar of fantasy1001
fantasy1001

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial