Closing MM Applicattion via API
Answered
Hello,
is there a way to close the current mindmanager application via api? In the Office Products you can do that by using the method application.Quit()
Hello,
is there a way to close the current mindmanager application via api? In the Office Products you can do that by using the method application.Quit()
I could not see a method in the API for this. You could try sending a WM_CLOSE message to the application, or a quick and dirty way would be to send the keyboard characters Alt+F, X. I have not actually tried either of these though.
I could not see a method in the API for this. You could try sending a WM_CLOSE message to the application, or a quick and dirty way would be to send the keyboard characters Alt+F, X. I have not actually tried either of these though.
---