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 does this web site manage to pull data from many different sources?
Exchange 2010 Backup
Securing a web service call
Motorola MC50 Activesync Problem
Exchange 2007 to Exchange 2010 - move mailbox - cross forest
Styling a Dropdownlist using CSS
SubReport pushes text and controls of Main Access report
Best way to setup a shared calendar and contacts on Exchange Server 2003
SQL 2k Database restore using only MDF flies
Group and ungroup a password-protected sheet?