用VB写了两句代码,实现让mapinfo运行reshow.mbx的功能。如下: 
Private Sub Form_Load() 
Set mapinfo = GetObject(, "MapInfo.Application") 
mapinfo.do "Run Application ""F:\err\reshow.MBX"" " 
End Sub 上面代码的确可以执行,现在想知道在VC++中实现同样的功能,代码是什么? 就两句,嘿嘿,先谢谢各位啦。