In The Hand LtdIn The Hand
EnableApplicationLauncher Method (applicationLaunchId, applicationFileName, arguments)
NamespacesInTheHand.WindowsMobile.StatusStateBaseEnableApplicationLauncher(String, String, String)
.NET Components for Mobility
Enables the Application Launcher for this object, using it’s unique ID, the fully qualified path-name of the application to launch, and any arguments it requires.
Declaration Syntax
C#Visual Basic
public abstract void EnableApplicationLauncher(
	string applicationLaunchId,
	string applicationFileName,
	string arguments
)
Public MustOverride Sub EnableApplicationLauncher ( _
	applicationLaunchId As String, _
	applicationFileName As String, _
	arguments As String _
)
Parameters
applicationLaunchId (String)
The ID of the Application Launcher.
applicationFileName (String)
The fully qualified path-name of the application to launch.
arguments (String)
A string containing the arguments to pass to the application.

Assembly: InTheHand.WindowsMobile.Status (Module: InTheHand.WindowsMobile.Status) Version: 7.0.0.0