Closing Your Application Immediately
Document ID: IR10086The information in this article applies to:
- AutoPlay Media Studio 5.0 Professional Edition
SUMMARY
This article describes how to close your application immediately.
DISCUSSION
Normally to close your application, you use the Application.Exit() action. However, if you require your application to terminate immediately, instead of using Application.Exit(), use the following code:
Window.Close(Application.GetWndHandle(), CLOSEWND_TERMINATE);
MORE INFORMATION
For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:
- Program Reference | Actions | Window | Window.Close
- Program Reference | Actions | Application | Application.GetWndHandle
KEYWORDS: AutoPlay Media Studio 5.0, Window, Application, Close, Exit, Terminate
Last reviewed: October 3, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.