In The Hand
EnableApplicationLauncher Method (applicationLaunchId, applicationFileName, arguments)
NamespacesInTheHand.WindowsMobile.ExtensibilityMenuExtensionEnableApplicationLauncher(String, String, String)
.NET Components for Mobility
Enables the application specified in applicationFileName to be launched when a Click event is raised, using the string equivalent of the application identifier, its file name, and any agruments it might need.
Declaration Syntax
C#Visual Basic
public void EnableApplicationLauncher(
	string applicationLaunchId,
	string applicationFileName,
	string arguments
)
Public Sub EnableApplicationLauncher ( _
	applicationLaunchId As String, _
	applicationFileName As String, _
	arguments As String _
)
Parameters
applicationLaunchId (String)
The string name that identifies the message interceptor.
applicationFileName (String)
The string name of the application to launch.
arguments (String)
The string arguments to pass to the application being launched.

Assembly: InTheHand.WindowsMobile.Extensibility (Module: InTheHand.WindowsMobile.Extensibility) Version: 4.2.0.0