Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

ADDPROGRAMGROUP

action

Instructs Program Manager to create a new program group.

syntax

ADDPROGRAMGROUP ("group name", common group flag)

parameters

Group name

Identifies the group window to be added.

Common group flag

Optional numeric parameter. This parameter is available only on Windows NT. Common group flag can have the following values:

0

Creates a personal group.

1

Creates a common group. The current user must have administrative privileges, or the function fails.

returns

0

Program group added

Error code

Function failed

example

If AddProgramGroup("NewGroup", 0) = 0
   ? "NewGroup has created...."
Endif