Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
can someone answar -!.Damien.!- his question because i need to know that to
and how to add a link behind a button
Quote:
Originally Posted by
casjebasje
If you want to make your WebBrowser more advanced, use those codes:
Code:
Refesh;
WebBrowser1.Refresh()
Back;
WebBrowser1.GoBack()
Forward;
WebBrowser1.GoFoward()
Home;
WebBrowser1.GoHome()
Every function needs a button, e.g. Back = Button2, Resfresh = Button3, ect. ;)
~Cas
copy paste works good eh ? *sigh*
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Nice tutorial. Even though I don't use VB Express myself, this could help out other VB beginners/noobs.
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Quote:
Originally Posted by
-!.Damien.!-
form1.caption = webbrowser1.locationurl & " ~ Monsta. Browser"
=]