Hi, I'm trying to write VisualBasic code that would enable the user opening workspaces in MapInfo. By running a command in my program I'd like to have the comuper start up Mapinfo and open the desired workspace.
Something like this opens a *.doc document in MS word :
Dim xlApp As Object
Set xlApp = GetObject("test.doc")
xlApp.application.Visible = True
however the same code doesn't work with MI. I have MI 7.0 installed
od my computer.
Thanks for help,
Jure.
