RE: Webbrowser Script Error 09-03-2011, 01:56 AM
#11
Serious I started this new project today and it worked for like 1 time :/
I seriously don't know why.
Easier I can't make it for myself.
Link: http://adf.ly/2T9Pe
Even with the suppress in the button it stops at 1.
Is my computer missing something.
I have 2008 and 2010
2008 has framework 3.5
2010 has framework 4.0
I seriously don't know why.
Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate(TextBox1.Text)
End Sub
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
End Sub
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
End ClassEasier I can't make it for myself.
Link: http://adf.ly/2T9Pe
Even with the suppress in the button it stops at 1.
Is my computer missing something.
I have 2008 and 2010
2008 has framework 3.5
2010 has framework 4.0
(This post was last modified: 09-03-2011, 01:58 AM by Shawn_Rogers.)


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)