This Is An Add On To The Web-Browser
If Any Of The Code Does Not Work Please Reply And I Will Fix It.
Home:
This Should Load The Homepage You Have On Your Defualt Browser.
Stop:
You Can Also Add A ComboBox So It Can Remeber History And Also Suggest What You Have Already Used.
Replace The Textbox And Put A Combobox There Instead
And Change The Go Button Code From
AutoCompleteSource To HistoryList
And
AutoCompleteMode To Suggest
And That Is It.
Soon I Will Be Bringing Out Code For Tabbed Web-Browser
That Will Hopefully Be Out In A Few Days.
If There Are Any Problems With The Code or You Are Having Any Difficulty Then Just Reply.
Hopefully The Admin Will Create A New Youtube Acount With Video Tutorials That I Can Add
For People Who Like Video Tutorials. Personaly I Like Them Because They Are Easy To Understand.
If Any Of The Code Does Not Work Please Reply And I Will Fix It.
Home:
This Should Load The Homepage You Have On Your Defualt Browser.
- Code:
Webbrowser1.gohome
Stop:
- Code:
Webbrowser1.stop
You Can Also Add A ComboBox So It Can Remeber History And Also Suggest What You Have Already Used.
Replace The Textbox And Put A Combobox There Instead
And Change The Go Button Code From
- Code:
webbrowser1.navigate(textbox1.text)
- Code:
webbrowser1.navigate(Combobox1.text)
AutoCompleteSource To HistoryList
And
AutoCompleteMode To Suggest
And That Is It.
Soon I Will Be Bringing Out Code For Tabbed Web-Browser
That Will Hopefully Be Out In A Few Days.
If There Are Any Problems With The Code or You Are Having Any Difficulty Then Just Reply.
Hopefully The Admin Will Create A New Youtube Acount With Video Tutorials That I Can Add
For People Who Like Video Tutorials. Personaly I Like Them Because They Are Easy To Understand.