InstallShield 2016 ยป InstallScript Language Reference
The CtrlPGroups function places a list of existing program folders in a list box or combo box control. This function is for use only with custom dialogs.
Syntax
CtrlPGroups ( szDialogName, nControlID );
Parameters
Parameter |
Description |
szDialogName |
Specifies the name of a custom dialog that contains the control to use. |
nControlID |
Specifies the resource ID of a list box or combo box control. |
Return Values
Return Value |
Description |
0 |
CtrlPGroups successfully placed the specified list of program folders in the control. |
< 0 |
CtrlPGroups was unable to place the specified list of program folders in the control. |
See Also
InstallShield 2016 Help LibraryMay 2017 |
Copyright Information | Flexera Software |