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.
26 posts Page 1 of 3
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

WebBrowser
Agust1337
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
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.
Top-notch casual Dating
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: WebBrowser
MrAksel
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
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: WebBrowser
Agust1337
oh wait i forgot the image >.<
Top-notch casual Dating
User avatar
Bomberman
Just Registered
Just Registered
Posts: 7
Joined: Sat Jul 17, 2010 2:00 pm

Re: WebBrowser
Bomberman
nice share mate
User avatar
NecroPhis
VIP - Donator
VIP - Donator
Posts: 345
Joined: Sun Aug 08, 2010 1:14 pm

Re: WebBrowser
NecroPhis
looks like basic
imBeta Broser better than and cheaper than it
Image
User avatar
Smiley
VIP - Donator
VIP - Donator
Posts: 269
Joined: Sat Dec 19, 2009 3:39 pm

Re: WebBrowser
Smiley
Not worth 3 credits anyone could make this but good job.
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: WebBrowser
Agust1337
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.
Top-notch casual Dating
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

Re: WebBrowser
un kn0 wn
nice and simple web browser although i like the icons but nice job m8.
User avatar
MrBrockWalker
VIP - Donator
VIP - Donator
Posts: 171
Joined: Mon Jul 05, 2010 10:30 am

Re: WebBrowser
MrBrockWalker
Pretty basic, good job
Visit BW Photography and check out my photos!
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: WebBrowser
mandai
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.
26 posts Page 1 of 3
Return to “Source-Code”