DlgBillboard.FillFromFolder

DlgBillboard.FillFromFolder ( 

number  ControlID,

string  FolderPath,

boolean EmptyFirst = false,

boolean Recurse = false )

Example 1

DlgBillboard.FillFromFolder(CTRL_BILLBOARD_01, "C:\\Extracted", true, false);

Fills the billboard control with all images found in the "Extracted" folder. Before adding the images, the control is emptied.

Example 2

DlgBillboard.FillFromFolder(CTRL_BILLBOARD_02, Shell.GetFolder(SHF_MYDOCUMENTS), false, true);

Adds all images recursively found in the user's 'My Documents' folder to the billboard control whose ID is CTRL_BILLBOARD_02.

See also:  Related Actions