Write program to select multiple subject using list control box
Answers
Answered by
0
This topic demonstrates how to display and access the contents of a directory in a multiple-selection list box. In a multiple-selection list box, the user can select more than one item at a time.
The C++ code example in this topic enables a user to view a list of files in the current directory, select a group of files from the list, and delete them.
Similar questions