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






uri
The URI of the application to be launched.
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 _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDesktop
Dim uri As Uri
 
instance.LaunchApplication(uri)
C# 
public void LaunchApplication( 
   Uri uri
)
Delphi 
public procedure LaunchApplication( 
    uri: Uri
); 
JScript 
public function LaunchApplication( 
   uri : Uri
);
Managed Extensions for C++ 
public: void LaunchApplication( 
   Uri* uri
) 
C++/CLI 
public:
void LaunchApplication( 
   Uri^ uri
) 

Parameters

uri
The URI of the application to be launched.

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.