View Single Post

  #6 (permalink)  
Old 11-27-2005
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,177
Hi,


Quote:
Public Function CalcPos(objMap As MapPoint.map, locX As MapPoint.Location, dblLat As Double, dblLon As Double)
dblLat and dblLon are result pareameters, so as far as I can see quick from this example VB takes parameters by reference. so you have to define them and put on the stack before calling CalcPos.
Reply With Quote