Currently running VFP6 (happily) I am able to run mappoint, ie: make shapes, fill colors, pushpins etc
However, in order to allow the user to move the pushpin and then right click for example to allow VFP to get the new location of the pushpin, I need to be able to use the events in mappoint.
The code shown below is from the VB example in help file. Any help in converting it to VFP syntax would be fantastic.
**************
Private Sub objMap_BeforeDblClick(ByVal Button As Long, ByVal Shift As Long, ByVal X As Long, ByVal Y As Long, Cancel As Boolean)
************** end of help code
Do I set up a 'do while' routine to await the user's response or ??
One Code to rule them all, One code to bind them.
However, in order to allow the user to move the pushpin and then right click for example to allow VFP to get the new location of the pushpin, I need to be able to use the events in mappoint.
The code shown below is from the VB example in help file. Any help in converting it to VFP syntax would be fantastic.
**************
Private Sub objMap_BeforeDblClick(ByVal Button As Long, ByVal Shift As Long, ByVal X As Long, ByVal Y As Long, Cancel As Boolean)
************** end of help code
Do I set up a 'do while' routine to await the user's response or ??
One Code to rule them all, One code to bind them.