See Also

ITLogLib Class  | ITLogLib Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

Application

One of the following:

  • name of the application to start
  • name of a file

In the latter case the extension of the file must be associated with a program to start.

ParameterString
parameters required by the started application
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

RunApplication(String,String) Method

Helper method - Starts an application or opens a document. 

[Visual Basic]
Overloads Public Shared Function RunApplication( _    ByVal Application As String, _    ByVal ParameterString As String _ ) As Boolean
[C#]
public static bool RunApplication(    string Application,    string ParameterString );
[JScript]
public static function RunApplication(    Application : String,    ParameterString : String ) : boolean;

Parameters

Application

One of the following:

  • name of the application to start
  • name of a file

In the latter case the extension of the file must be associated with a program to start.

ParameterString
parameters required by the started application

Remarks

Calls RunApplication(Application, "", "").

See Also

ITLogLib Class  | ITLogLib Members  | Overload List

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.