No Visible Window Applications
- Updated2025-07-23
- 1 minute(s) read
An application without a visible window is similar to a single window application. The application can execute command-line arguments and then exit, or the application can have a different mechanism to determine which files to load and execute.
Although an invisible application does not require an ExecutionView Manager control, the application can use a SequenceFileView Manager control to provide methods to launch an execution for a sequence file. Use the SequenceFileViewMgr.ExecutionEntryPoints property, the SequenceFileViewMgr.Run method, the SequenceFileViewMgr.RunSelectedSteps method, the SequenceFileViewMgr.LoopOnSelectedSteps method, and the SequenceFileViewMgr.GetCommand method to launch executions in an application without a visible window.