|
The similar code is as follows:
char name [100] = ("d:\\");
int retcode = DlgDirList (name, IDC_LIST1,0, DDL_DIRECTORY);
The question to ask is that there is no problem when the directory is the root directory
However, when the directory is a non-root directory, the last directory ID of [..] is displayed at the top of the list box.
Is there any way to keep it from showing? |
|