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
DefaultWorkingDir
path to the default directory the application should work with
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

RunApplication(String,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, _    ByVal DefaultWorkingDir As String _ ) As Boolean
[C#]
public static bool RunApplication(    string Application,    string ParameterString,    string DefaultWorkingDir );
[JScript]
public static function RunApplication(    Application : String,    ParameterString : String,    DefaultWorkingDir : 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
DefaultWorkingDir
path to the default directory the application should work with

See Also

ITLogLib Class  | ITLogLib Members  | Overload List

 

 


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