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
JavaScript: Uppercase First Letter of Every Word
msoutlook 2007 data file do not compress
DOS Batch Turnkey system for Win95
Ajax Maskededitextender remove mask on postback
C++ program
VFP 6 - Simple Grid on Form and run reports
Is it possible to automatically copy data from AS/400 to Excel (or Lotus 1-2-3) without external apps?
How to redirect a subdirectory to an alternate server and retain original URL
Reverse DNS Centos 5, Bind. shared hosting
Select an element Jquery.