Microsoft
Software
Hardware
Network
Question : Invoke Webbrowser from a seperate thread vb.net
Hi all,
I've spent a couple hours trying to figure out threading and how to access form controls from a separate thread but I'm still confused. Any help would be appreciated. Here is some simplified code to give you an example of what I'm trying to do:
Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
Dim newThread As Thread = New Thread(AddressOf Timer2_Work)
newThread.Start()
End Sub
Private Sub Timer2_Work()
Dim val As String = "somevalue"
Dim element As String = "TheNameOfSomeWebPageEleme
nt"
WebBrowser1.Document.All(e
lement).In
nerText = val
End Sub
This code gives me the error "Specified cast is not valid." and I have to assume the error is threading related, and the webbrowser control has to be called from the thread its on.
I've tried several things, and tried replicating some examples I've found, but never actually got it working. If you can provide a example of how I could accomplish this, or direct me to a "vb.net threading for complete idiots" page, I would be very grateful.
Answer : Invoke Webbrowser from a seperate thread vb.net
Is the router plugged into the server and nowhere else? If that's the case, then how else will it get bypassed?
This may sound facecious, but its not. If you can trace the cabling through, you have your answer.
Snibborg
Random Solutions
How do you use an underscore character in an AutoCad LISP script?
ClearOS Enterprise 5.2 Alpha 1
Is it possible to encrypt an email message using PHP?
How to Create Firebird Trigger to get AutoID by using Vb.net code
Using System.Type in switch()
jquery validator and asp.net updatepanel
Move Sharepoint 2010 DB's from one server to another
disk IOP calculation
usercontrols, docking and scrolling problems
Limiting User Access