.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
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