Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Do this work on Visual Basic 6.0?
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Mine isn't working:
I've put this:
Code:
Public Class WebBrowser
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.navigate(TextBox1.Text)
End Sub
End Class
I dunno if it's right because i'm getting errors. Where do i put "WebBrowser1.navigate(TextBox1.Text)"?
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Quote:
Originally Posted by
I-Am-No-Fool
Mine isn't working:
I've put this:
Code:
Public Class WebBrowser
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.navigate(TextBox1.Text)
End Sub
End Class
I dunno if it's right because i'm getting errors. Where do i put "WebBrowser1.navigate(TextBox1.Text)"?
that should work maybe you forgot to make the TextBox or you did rename it ..
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Quote:
Originally Posted by
PatCamp
Try adding a few more buttons for the refresh, back, forward, and home.
Code:
Refesh;
WebBrowser1.Refresh
Back;
WebBrowser1.Back
Forward;
WebBrowser1.Foward
Home;
WebBrowser1.Home
this wont work !
but this will:
Code:
Refesh;
WebBrowser1.Refresh()
Back;
WebBrowser1.GoBack()
Forward;
WebBrowser1.GoFoward()
Home;
WebBrowser1.GoHome()
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Can someone answer Screface's Question plus I wanna know too does this work on Vb 6.0?
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
OMG so much debate about WebBrowser. ;D
This should work on VB 6.0 btw, it has WB too.
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Quote:
Originally Posted by
passie
that should work maybe you forgot to make the TextBox or you did rename it ..
It's the "webbrowser1" bit
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Quick question, how would you make it so it says what site your on at the top of the program?
Example i did by editing the image:
http://images.retro-studios.com/example%20smplewebs.png
~Dylan
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
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
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Yea, Ive been using those.
But is there a code so It says the site name when your at a site. My last post shows an example
~Dylan
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Always keep in mind that it uses WebBrowser from ToolBox and ToolBox is a part of Visual Studio and Visual Studio was made by Microsoft. So.. Microsoft + WebBrowser = IE! Don't use your browser unless you think that IE is cool. Firefox <3
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
I prefer Mozilla Firefox 3 and Safari 3, I like Safari's design! <3
~Cas
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
Yeh XD No offense to everyone but the browsers people like us make are just crap. XD There just versions of IE customized. But still we try :D
Re: [VB][Tutorial] How to make a easy webbrowers, using Visual Basic.NET
http://www.maxthon.com/ - best modded IE. Made like we are making ours.