Application Class Quit method

J

Jessica

I am having a problem with the applicationClass Quit
method I use it then set the reference to null I also
found somehting that suggested using the marshall to
remove the obj reference but for some reason the app
object reopens can anyone help below is the snipit from
my code the myAppClass is the Visio ApplicationClass
object

myAppClass.Quit();
myAppClass = null;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top