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.
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
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
.
Thats all thanks
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
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

Thats all thanks

lawrence12 wrote:Hi guys so I wanted to know how to make an advanced web browser with the following stuff: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
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
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.
Thats all thanks

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. 
- Livengood
if you want help you can PM me, or contact me in a MSN Chat or email - austinlivengood@live.com

- Livengood
if you want help you can PM me, or contact me in a MSN Chat or email - austinlivengood@live.com
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
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
download CodenStuff's project called IMBrowser and all the functions u want are in there.
My problem here is done thank you for helping me
6 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023