0

I need some coding for vb.NET web Browser I paste this URL but not login and not signup ply solved my problem I have used the below code

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        WebBrowser1.Navigate("https://freebitco.in/")
End Sub
Dharman
  • 30,962
  • 25
  • 85
  • 135
khan ali
  • 1
  • 5
  • 1
    Take the class (`WebBrowserAdvancedFetures`) shown [here](https://stackoverflow.com/a/57615713/7444103). It provides two methods: `ActivateWBAdvancedFeatures` and `DeactivateWBAdvancedFeatures`. Call the former in the Form's constructor (`Public Sub New()`, as shown there) and the latter in the `Form.FormClosed` event (or when the application exits). That's all. – Jimi Oct 21 '19 at 07:19
  • dear i want to work the following site when i click the button then the website will opened complete but there is one problem i cant login or signup to website plz tell me the solution – khan ali Oct 21 '19 at 07:36
  • Please solved my problem – khan ali Oct 30 '19 at 19:18

0 Answers0