|
|
|
|
- Example: Initializing a Combo Box control with the list of analyses in a directory
Example: Initializing a Combo Box control with the list of analyses in a directory The following example is used to initialize a Combo Box control with the list of analyses in a directory. The directory is selected by the user with fSelectDir.
// -- Click code of BTN_Path // Retrieve the directory to analyze Path is string Path = fSelectDir("\My Directories", "Select a directory") // Initialize the Combo Box control ListAdd(COMBO_Analysis, HListAnalysis(Path))
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|