Hello.
I've been trying to fire an event using the ax control, but get no respose
when the map is clicked...any ideas? Do I have to add a method for this, or should it already exist withing the ax control?
PrivateSub AxMappointControl1_BeforeClick(ByVal Button AsLong, ByVal Shift AsLong, ByVal X AsLong, ByVal Y AsLong, ByVal Cancel AsBoolean)
'Go to the location clicked on the map with the mouse
objmap.XYToLocation(X, Y).GoTo()
EndSub![]()