Code:
Home Button:
webbrowser1.gohome()
Stop Button:
Webbrowser1.stop()
Go Button:
Webbrowser1.Go
Search Button:
Webbrowser1.GoSearch(textbox1.text) or Webbrowser1.GoSearch = (textbox1.text)
Form1_Load
KeyPreview = True
Form1_Keydown
If E.Keycode = keys.Enter Then
Webbrowser1.Navigate(textbox1.text)
End If
@Faisal12376 lol i know but atleast its advanced enough once i am not sick i'll make one with voice and longer more detailed etc
xXPCPRO7Xx 1 year ago
Sorry, but this is not the most advanced webbrowser.
Faisal12376 1 year ago