Intersoft ClientUI Documentation
LaunchApplication(Uri,Boolean) Method



The URI of the application to be launched.
When set to true, the application will not be launched if an existing instance is already existed.
Launches the application given its URI locator. If the application is not yet downloaded, UXDesktop will automatically download, install and then run the application.
Syntax
Public Overloads Sub LaunchApplication( _
   ByVal uri As Uri, _
   ByVal forceSingleInstance As Boolean _
) 
Dim instance As UXDesktop
Dim uri As Uri
Dim forceSingleInstance As Boolean
 
instance.LaunchApplication(uri, forceSingleInstance)
public void LaunchApplication( 
   Uri uri,
   bool forceSingleInstance
)
public:
void LaunchApplication( 
   Uri^ uri,
   bool forceSingleInstance
) 

Parameters

uri
The URI of the application to be launched.
forceSingleInstance
When set to true, the application will not be launched if an existing instance is already existed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDesktop Class
UXDesktop Members
Overload List

Send Feedback