Hello, all!
My problem is:
I have a ListBox that should display only directories in a certain directory. If I use
MyListBox
it gives me the names of the directoties, but all in [] and "
" as well.
How can I get rid of those [] and "
"?
Thanx
My problem is:
I have a ListBox that should display only directories in a certain directory. If I use
MyListBox
Code:
.Dir(CFile::directory | 0x8000, "D:\\TargetDir\\*");
Code:
[..]
How can I get rid of those [] and "
Code:
[..]
Thanx