Intersoft ClientUI Documentation
LaunchApplication(Uri,Boolean) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXDesktop Class > LaunchApplication Method : LaunchApplication(Uri,Boolean) Method






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

Visual Basic (Declaration) 
Public Overloads Sub LaunchApplication( _
   ByVal uri As Uri, _
   ByVal forceSingleInstance As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDesktop
Dim uri As Uri
Dim forceSingleInstance As Boolean
 
instance.LaunchApplication(uri, forceSingleInstance)
C# 
public void LaunchApplication( 
   Uri uri,
   bool forceSingleInstance
)
Delphi 
public procedure LaunchApplication( 
    uri: Uri;
    forceSingleInstance: Boolean
); 
JScript 
public function LaunchApplication( 
   uri : Uri,
   forceSingleInstance : boolean
);
Managed Extensions for C++ 
public: void LaunchApplication( 
   Uri* uri,
   bool forceSingleInstance
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.