No Such Interface supported

A

Andrew

When the line of code thisApplication.Quit(true) runs I get the error
"No Such Interface is supported" I've Tried putting in false as well and I
get the same error.

Is there a way to quite the application and not get that error box?

I have that line of code in an if statement and I noticed even after it runs
that line it will leave the IF statement and continue to run the rest of the
code. Is this what it is supposed to do? I fixed that by putting a return;
after thisApplication.Quit(true); I was just a little surprised that’s all.

Thanks for any help
- Andy
 

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