Login Register






Webbrowser Script Error filter_list
Author
Message
RE: Webbrowser Script Error #11
Serious I started this new project today and it worked for like 1 time :/
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 Class

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
(This post was last modified: 09-03-2011, 01:58 AM by Shawn_Rogers.)
...
Support me getting L33T

Karma is a bitch? Well just make sure that bitch is beautiful..

Reply