I try to show cursor coordinate in a separate control, e.g. LABEL, while mouse move (by implementing the mouse move event as shown [here](https://mapwingis.codeplex.com/discussions/636662)).
My problem is that the occurrence of MouseMoveEvent is very slow compared to the built-in coordinates on the map, thus the update rate of the label is slow too. I think that the problem may be in the firing of the MouseMoveEvent or in the interoperability between the OCX and the .net framework.
How to make the update rate of the label as fast as the built-in shown coordinates?
regards
Comments: Hi, have you tried to call Label.Refresh() after you set new text?
My problem is that the occurrence of MouseMoveEvent is very slow compared to the built-in coordinates on the map, thus the update rate of the label is slow too. I think that the problem may be in the firing of the MouseMoveEvent or in the interoperability between the OCX and the .net framework.
How to make the update rate of the label as fast as the built-in shown coordinates?
regards
Comments: Hi, have you tried to call Label.Refresh() after you set new text?