G
Guest
I have a vb form which calls a thread which makes webrequest calls into the
internet, processes the info, and passes the info to another routine in
another sub. It is stopping when it tries to make the sub call. The call is
within itself or a sub in another dll.
This problem is showing about 50%of the computers around the world. Is this
an anti-virus or virus affecting the call to another sub or is it a threading
problem.
I have tried either Thread = New System.Threading.Thread(AddressOf mySub) or
Dim cntTimer As New System.Threading.Timer(New TimerCallback(AddressOf
mycounter), Nothing, 0, 5000) and no luck. The webrequest is about a rate of
1 second.
Thanks.
Rob
internet, processes the info, and passes the info to another routine in
another sub. It is stopping when it tries to make the sub call. The call is
within itself or a sub in another dll.
This problem is showing about 50%of the computers around the world. Is this
an anti-virus or virus affecting the call to another sub or is it a threading
problem.
I have tried either Thread = New System.Threading.Thread(AddressOf mySub) or
Dim cntTimer As New System.Threading.Timer(New TimerCallback(AddressOf
mycounter), Nothing, 0, 5000) and no luck. The webrequest is about a rate of
1 second.
Thanks.
Rob