View Single Post
Old 11-06-2004   #5 (permalink)
goldfndr
Knight Tooth Puller
 
goldfndr's Avatar
 
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
Attached is a very very preliminary OCX that should work to provide OziExplorer users with some decent scripting functionality.

You'll need to run "regsvr32 goldfndr.ocx" and have the OziApi.dll in your path (or perhaps in the same folder as the VBS).

The tlb.txt in there is sort of an ugly description of what's implemented; it should be everything except for the callback functions (MapSingleClickON, MapDblClickON, ObjectClickON, SendPositionMMON, Oedometer1ON, Oedometer2ON). Note that lat, lon, Zone, Northing, Easting, and FileName are set/read as properties; also err can be read after nearly every command to see if it succeeded or failed (within the APISetTimeout time, of course).

Please try it out and comment on whether it works or fails for you. I'd like to get a grip on how good it is before attempting to incorporate its use into the Master script.
Attached Files
File Type: zip OZIVB.zip (16.9 KB, 28 views)
goldfndr is offline   Reply With Quote