B
Boni
Dear all,
picturebox mouse move seems to start new thread each time it is called.
At least I see in debuger many threads.
---Non user code--
Picturebox.MouseMove
This seems to spoil my algorithm.
SyncLock Me
Do()
EndSyncloc
Don't fixes the problem.
Any advice would be greatly apreciated.
Best regards,
Boni
picturebox mouse move seems to start new thread each time it is called.
At least I see in debuger many threads.
---Non user code--
Picturebox.MouseMove
This seems to spoil my algorithm.
SyncLock Me
Do()
EndSyncloc
Don't fixes the problem.
Any advice would be greatly apreciated.
Best regards,
Boni