I made a fun little program that searches through threads, but it went through the function six times, I isolated the problem and I found out that it was this.
Is there another way to get around this?Code:private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
For more explanation:
If i put the above code and then I type
when it's done, it will have at least six "Hello" 's in it.Code:textbox1.append("hello");




Reply With Quote