Hello Gents,
I am using DlgDirList to get Folders and drives visible within a listbox.
Unfortunately it shows me the folders and drives always at the bottom of the listbox. I would like to have it on top.
I tried %LBS_SORT on/off without success.
DlgDirList(GetParent(hWndLISTBOX), szFilename, %IDC_BROWSER, 0, %DDL_DIRECTORY OR %DDL_DRIVES)
szFilename contains full path and file name like: "C:\Tmp\*.txt"
Could you please help?
Thank you,
Joerg
I am using DlgDirList to get Folders and drives visible within a listbox.
Unfortunately it shows me the folders and drives always at the bottom of the listbox. I would like to have it on top.
I tried %LBS_SORT on/off without success.
DlgDirList(GetParent(hWndLISTBOX), szFilename, %IDC_BROWSER, 0, %DDL_DIRECTORY OR %DDL_DRIVES)
szFilename contains full path and file name like: "C:\Tmp\*.txt"
Could you please help?
Thank you,
Joerg
Comment