Quick Search for:  in language:    
GUI,best,browser,seen,here,really,nice,very,e
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,011,557. lines
 Jobs: 117. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for Visual Basic
Fractional Addition
By SAEED HASSAN on 7/1


Defrag at certain time
By Michael Nipper on 7/1


Click here to see a screenshot of this code!Extended Find Ver 2
By Roger Gilchrist on 7/1

(Screen Shot)

Y! Module
By NightCrawler on 7/1


Files Comperator (the right way)
By Jarry Claessen on 6/30


Simple UDP example
By Mick Walton on 6/30


CAPS Trigger
By Trevor Burley on 6/30


Auto clip picture
By Kenneth. Jakobsen on 6/30


Click here to see a screenshot of this code!Game of life clone (cool math)
By Johannes B on 6/30

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

Advanced Web Browser

Print
Email
 
winzip icon
Submitted on: 11/9/2000 3:31:45 PM
By: Patrick G  
Level: Advanced
User Rating: By 22 Users
Compatibility:VB 6.0

Users have accessed this code 19849 times.
 
(About the author)
 
     This has to be the best web browser i've seen here on planetsourcecode... its really nice GUI and very easy to use. if you have problems with it email me. as well as im willing to teach anyone what i know.. if you need help icq me at 13237186 and i'll help you as much as i can =)

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 20 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
11/9/2000 10:15:14 PM:Wazerface
GREAT CODE!!! 5 Stars!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/10/2000 8:51:01 PM:Rad-X
Great code, nice GUI too, a few 
hints.
-Let the history be 
saved.
-Have the address combobox 
auto-complete URL's.
-Disable/Enable 
popups menu.
-And those hidden menue 
bars, disable them, the code still 
works, but people cant click em, same 
goes for the toolbar.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/23/2001 5:22:03 AM:rk reddy
the project is good 
but  i am  not 
able to save the html page.when i open 
the page that i saved it is showing 
nothing. i am using ie 5.5 as my browser
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/22/2001 1:50:42 PM:BAPWorld
One problem with the webTV type 
progress bar.  If you have a site that 
uses DHTML and make DIV tag elements 
visible and hidden as the mouse moves 
over some text or graphic or something. 
 The progress bar pops up but does not 
load and stays on screen till you close 
it.  Rather anoying if you have a site 
with DHTML menus.  Fix that and i'd say 
you do have one of the best on PSC.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/23/2002 8:13:04 PM:Patrick G
heh, supprised i did not get any more 
feedback on this program.  Oh well, 
thanks for voting for me.  I feel 
pretty good knowing i won.  I have a 
lot of people asking for help.  I don't 
mind helping IF yes IF i can or know 
how!!  If you need any basic help with 
your program send me a message 
=)
C'mon send some more feedback, I 
like to know what everyone likes this 
one browser so much for =)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/25/2002 8:58:07 AM:Rowan Lewis
I can't use this code because i'm 
missing some acx files, could you 
package them?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/4/2002 12:25:46 AM:Mr.PoO
WOW! I will learn alot from this 
program! 5 stars from me 
dude!
Thanks!!!!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/21/2002 8:29:42 AM:Nijel Manthey
Very nice indeed, but I have a 
question... How do you get a new window 
to load up in your program instead of 
opening your IE browser. 
Like holding 
the left shift key when clicking a 
link.??
Anyone care to answer that?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/13/2002 12:07:53 AM:Carroll Dearstone
First, my email address listed with psc 
will not work.
Private Sub 
WeatherBrowsing_NewWindow2(ppDisp As 
Object, Cancel As Boolean)
Dim 
NewWindow as New frmBrowser
Set ppDisp 
= 
NewWindow.WebBrowser.Object
NewWindow.S
how
End Sub
That should do it!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/13/2002 12:09:00 AM:Carroll Dearstone
Correction to the first 
line:
Private Sub 
WebBrowser_NewWindow2(ppDisp As Object, 
Cancel As Boolean)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/22/2002 11:29:18 AM:Kyriakos Nicola
Your Browser needs a hell of work to be 
'Advanced'. So I would like to see 
better results soon (if you can). One 
thing that I realy realy wanna see is 
how to make it the default browser. 
Thanks..
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/12/2003 1:13:03 AM:
i am trying to integrate voice commands 
into a web browser. can anyone help?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/21/2003 9:30:23 AM:Simon Ingram
5'Gs from me, really nice GUI well done 
keep up the great work.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/2/2003 6:19:17 PM:
This program is cool! I am also working 
on a webbrowser
but mine is smalltime. 
I also used the command
to open an new 
window with my broser. Thanks 
everyone
~Mark
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/1/2003 12:50:34 PM:Matt Spokes
hey do you know anything about sliders 
for mp3 players
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.