I have found some old MB code that seems to do a similar thing to what I want.
It creates an object in VB based on the Mapinfo object (MI) already created using
 
Set mbObj = Mi.MBApplications(1).MBGlobals
VB then seems to be able to influence global variables created in the MBX
 
What I need to know is:
1. What is this actually doing (above) ??
2. How does the MBX stay open i.e. does the fact that there is an object declared for it keep it in memory. 
I tried creating an MBX with global variables but after I've issued the Run Application Command, the variables didn't seem to be available to my VB calls.  Is it because the MBX has "finished" ??
 
Yours frustratedly,
Scott....

Reply via email to