Hi,
I changed my project to simple one, now the map control is on the main form of my application , still the bug exists.
There are two notes to consider about this code:
First, points are added to the path, one by one.
Second, adding points to the path is called from another thread, then cross thread code is used( I mean calling InvokeRequired check and ... )
Any idea about the bug?
thanks in advance.
I changed my project to simple one, now the map control is on the main form of my application , still the bug exists.
There are two notes to consider about this code:
First, points are added to the path, one by one.
Second, adding points to the path is called from another thread, then cross thread code is used( I mean calling InvokeRequired check and ... )
Any idea about the bug?
thanks in advance.