WebBrowser
If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
Hello I just made a webbrowser that you might think is advanced, and i'll say the features:
*If there isn't any page back or forward then they arent enabled
*if the webbrowser is navigating then refresh isnt enabled else it is
*if the browser is not navigating then stop button isnt enabled else it is
*bookmarks
*Statusbar(with progressbar and status label that shows the url of the hovered link.
*FavIcon
image:
![Image]()
*If there isn't any page back or forward then they arent enabled
*if the webbrowser is navigating then refresh isnt enabled else it is
*if the browser is not navigating then stop button isnt enabled else it is
*bookmarks
*Statusbar(with progressbar and status label that shows the url of the hovered link.
*FavIcon
image:

You do not have the required permissions to view the files attached to this post.
Last edited by Agust1337 on Sat Aug 14, 2010 7:02 pm, edited 1 time in total.
Yup i agree it sounds a bit basic
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

Smiley wrote:Not worth 3 credits anyone could make this but good job.well do u know how to show the link like if u hover a link in the webbrowser and it shows in the statusbar label or on a label?
Last edited by Agust1337 on Sun Aug 15, 2010 3:19 pm, edited 1 time in total.
well do u know how to show the link like if u hover a link in the statusbar or on a label?
Code: Select all
Private Sub WebBrowser1_StatusTextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles WebBrowser1.StatusTextChanged
Label1.Text = WebBrowser1.StatusText
End Sub
'From http://www.codenstuff.com/forum/viewtopic.php?f=21&t=2270&p=18499#p18544
Last edited by mandai on Tue Aug 17, 2010 9:44 pm, edited 1 time in total.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023