iEGkp‖

9arQE‖Shell Function

DK4MC‖Starts another application and defines the respective window style, if necessary.

FVEx2‖Syntax:

CCopf‖Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])

WADQ4‖Parameters:

7dFVT‖Pathname

mEkP2‖Complete path and program name of the program that you want to start.

PaQxf‖Windowstyle

UMDX5‖Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:

Windowstyle

UHeLL‖Meaning

0

KVBLe‖The focus is on the hidden program window.

1

8nVHG‖The focus is on the program window in standard size.

2

yn6fB‖The focus is on the minimized program window.

3

FkVik‖focus is on the maximized program window.

4

5Dv4V‖Standard size program window, without focus.

6

iPXGx‖Minimized program window, focus remains on the active window.

10

cZkyq‖Full-screen display.


rpPTX‖Param

DvvEa‖Any string expression that specifies the command line that want to pass.

bbNMF‖bSync

n5dtg‖If this value is set to true, the Shell command and all LibreOfficeDev tasks wait until the shell process completes. If the value is set to false, the shell returns directly. The default value is false.

SEjHR‖Error codes:

5 Invalid procedure call

53 File not found

73 Not implemented

EFSA4‖Example:


Sub ExampleShellForWin
    Shell("c:\windows\calc.exe",2)
End Sub