View Single Post

  #2 (permalink)  
Old 05-14-2002
Walt Cygan Walt Cygan is offline
Senior Member
Green Belt
 
Join Date: Aug 2002
Posts: 124
Some of those functions are not immediately available, but could easily be built. For example the Location Sensor could be created by using the
MouseMove event to get the x,y coordinates of the mouse, use the XYToLocation method to create a Location object and use Gilles Kohl's code here to get the lat/lon.


- Walt Cygan
Reply With Quote