.NET Components for Mobility
Enable the Application Launcher for this object.
When your event is raised, your app will be launched.
When your app is launched, "/notify 'applicationLaunchId'" (no quotes) will be passed on the command line.

Declaration Syntax
public override void EnableApplicationLauncher(
string applicationLaunchId,
string applicationFileName,
string arguments
)
Public Overrides Sub EnableApplicationLauncher ( _
applicationLaunchId As String, _
applicationFileName As String, _
arguments As String _
)

Parameters
- applicationLaunchId (String)
- id of the SystemState to enable
- applicationFileName (String)
- full path to the application to launch
- arguments (String)
- arguments to pass to the application
Assembly:
InTheHand.WindowsMobile.Status (Module: InTheHand.WindowsMobile.Status) Version: 7.0.0.0