Thread: MapPoin VB.Net
View Single Post

  #5 (permalink)  
Old 02-09-2006
mmjc23 mmjc23 is offline
Junior Member
White Belt
 
Join Date: Feb 2006
Posts: 6
Thanks a lot for your reply.
The problem is that I call some methods from different threads.
I probably solved my problem using a VB.NET "Mutex" class to syncronize different threads.

In your opinion, would it be a solution declare MapPoint variable as "Shared"?

Thanks a lot again
Matteo
Reply With Quote