ApplicationMgr.ProcessUserCommands

Syntax

ControlName_ProcessUserCommands( cmds)

Applies To

ApplicationMgr

Purpose

Note This event is obsolete. Use the ApplicationMgr.ProcessUserCommandLineArguments event instead.

Remarks

Use this event to process custom command-line arguments. This event occurs when the ApplicationMgr.Start method is called and when another instance of the application is executed with the /useExisting command-line switch. This event occurs before the Application Manager control processes any command-line arguments.

Parameters

cmds As Strings

[In] Specifies the user command-line arguments. This collection is created by splitting up the command line used to start the application using white space as a delimiter. When the ApplicationMgr.ProcessCommandLine property is True , the first argument the Application Manager control does not recognize marks the start of the user arguments. When the ApplicationMgr.ProcessCommandLine property is False , all arguments are user arguments.

See Also

ApplicationMgr.ProcessCommandLine

ApplicationMgr.ProcessUserCommandLineArguments

ApplicationMgr.Start