How to make a web browser in c#
Uploader Comments (wesdabest787)
All Comments (13)
-
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)
-
@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); -
thanx alot
-
i'm da 2,134th!! :D
-
what command if i just wanna be able to enter a site when pressing enter?
-
im da 1700 nah!
-
im the 1,578 person to watch this video
-
;) Fast and easy 100%
-
lol, 1000 views...
it helped me alot!!! THANX!!!
i need back forward stop and favourits how thought?
cotton509 3 years ago
WebBrowser1.GoForwar
WebBrowser1.GoBack
WebBrowser1.Stop
wesdabest787 2 years ago