WebBrowser.GoForward(); .GoBack(); .Stop(); .Refresh() & .Navigate(string URL);
You can set the default accept button to the btnGo so a return ends up in a navigate and the default decline button to stop so ESC stops the browser.
I've made a custom browser with tabs etc. You can download it from my dropbox (PM me you e-mailadres, I'll ONLY use it for the dropbox invite)
TNTstuka 1 month ago
thanx alot
waleedooo21 2 years ago
i'm da 2,134th!! :D
RPatzz05 2 years ago
what command if i just wanna be able to enter a site when pressing enter?
ekblompower 2 years ago
@ekblompower do a event for keypress on the textbox then do an if statement like - if (e.keycode == keys.enter)
then do brackets and type webBrowser1.Navigate(textBox1.Text);
6packjellyrolls 5 months ago
im da 1700 nah!
vladhacker 2 years ago
im the 1,578 person to watch this video
calvcarlos19960 2 years ago
;) Fast and easy 100%
csyicker 2 years ago
lol, 1000 views...
it helped me alot!!! THANX!!!
bronie12345 3 years ago
Thanks a ton!
yourwebdesginer 3 years ago
Wow, thanks for the tutorial. That really helped.
VZGAMERS 3 years ago
i need back forward stop and favourits how thought?
cotton509 3 years ago
WebBrowser1.GoForwar
WebBrowser1.GoBack
WebBrowser1.Stop
wesdabest787 2 years ago
Thanks a lot man, it is so easy and you described in a good way. Waiting to see more videos from you.
O606 3 years ago
WebBrowser.GoForward(); .GoBack(); .Stop(); .Refresh() & .Navigate(string URL);
You can set the default accept button to the btnGo so a return ends up in a navigate and the default decline button to stop so ESC stops the browser.
I've made a custom browser with tabs etc. You can download it from my dropbox (PM me you e-mailadres, I'll ONLY use it for the dropbox invite)
TNTstuka 1 month ago
thanx alot
waleedooo21 2 years ago
i'm da 2,134th!! :D
RPatzz05 2 years ago
what command if i just wanna be able to enter a site when pressing enter?
ekblompower 2 years ago
@ekblompower do a event for keypress on the textbox then do an if statement like - if (e.keycode == keys.enter)
then do brackets and type webBrowser1.Navigate(textBox1.Text);
6packjellyrolls 5 months ago
im da 1700 nah!
vladhacker 2 years ago
im the 1,578 person to watch this video
calvcarlos19960 2 years ago
;) Fast and easy 100%
csyicker 2 years ago
lol, 1000 views...
it helped me alot!!! THANX!!!
bronie12345 3 years ago
Thanks a ton!
yourwebdesginer 3 years ago
Wow, thanks for the tutorial. That really helped.
VZGAMERS 3 years ago
i need back forward stop and favourits how thought?
cotton509 3 years ago
WebBrowser1.GoForwar
WebBrowser1.GoBack
WebBrowser1.Stop
wesdabest787 2 years ago
Thanks a lot man, it is so easy and you described in a good way. Waiting to see more videos from you.
O606 3 years ago