Running vb app from intellicad

#1
i have an app i ported from autocad. the app runs fine. this is my problem in order to run the app, i must load it through tools load app dialog, run it , close it then if i want to run it again i have to tools unload it, reload it. How can a call this app from the menu instead of loading and unloading each time i want to use it.

thanks mike

#2
MikeC,

Have you thought about saving the app in CommonProjects which is referenced by all drawings.

Use ^C^C^C(command "-vbarun" "module.appName")on a toolbutton to call the app when needed.

------------------
Regards
John Finlay