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.