I need help making an advanced Web Browser help pls

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
6 posts Page 1 of 1
Contributors
User avatar
lawrence12
Dedicated Member
Dedicated Member
Posts: 73
Joined: Tue Mar 02, 2010 3:21 am

Hi guys so I wanted to know how to make an advanced web browser with the following stuff:
Bookmarks
Favourites
Web Browser with Tabs
And by Pressing enter you can navigate with(Note: I already know how to make the navigation code but I want it to navigate by just pressing enter)
History
A downloader for the web browser
Web Page Source Code or Page Source
and able to save the page as an html file
zoom
print
I know its alot but if you can help me please reply, and if you cant...its okay, just dont post a useless comment that wont help :D.
Thats all thanks :)
User avatar
lawrence12
Dedicated Member
Dedicated Member
Posts: 73
Joined: Tue Mar 02, 2010 3:21 am

lawrence12 wrote:
Hi guys so I wanted to know how to make an advanced web browser with the following stuff:
Bookmarks
Favourites
Web Browser with Tabs
And by Pressing enter you can navigate with(Note: I already know how to make the navigation code but I want it to navigate by just pressing enter)
History
A downloader for the web browser
Web Page Source Code or Page Source
and able to save the page as an html file
zoom
print
I know its alot but if you can help me please reply, and if you cant...its okay, just dont post a useless comment that wont help :D.
Thats all thanks :)
Oh and one more thing, if you cant help me with all the stuff then you can just help me with the bookmarks,favourites,history etc, just the things you can help me with :)
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

most of thats easy, like the Page Source all your doing is taking the Document text of the browser that has the page and loading it into a textbox, the bookmarks you will have to use the settings System.collection... and so on, that is the same for the history. For the tab pages, you use a tab control and use the draw function in the tab control to draw the close X on the corner and for the colored tabs, saving the page you can use this code - WebBrowser1.ShowSaveAsDialog() same with the print you do - WebBrowser1.ShowPrintDialog, or page set up WebBrowser1.ShowPageSetupDialog(), and theres others. The navigating when pressing the enter button you do a keydown on the combobox or text box of the address bar. :D

- Livengood
if you want help you can PM me, or contact me in a MSN Chat or email - austinlivengood@live.com
Image
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Hi
If you look in the My Tutorials Section you will find all the neccessary info for all this that you need..

hope this helps

Chris
Image
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

download CodenStuff's project called IMBrowser and all the functions u want are in there.
User avatar
lawrence12
Dedicated Member
Dedicated Member
Posts: 73
Joined: Tue Mar 02, 2010 3:21 am

My problem here is done thank you for helping me
6 posts Page 1 of 1
Return to “Tutorial Requests”