Hi all,
With all this stuff about owner-drawn combo boxes and list boxes
lately on the BBS, I decided to try an owner-drawn combobox with
directories.(I don't do this for a living like most of y'all -
it's just a hobby for me; I like to every now and then sit down at
my computer and try to figure out how this works and that works...)
So I got everything displaying say for drive c or drive d or whatever
drive I feed it and then I got to wondering how I would display the contents
of "My Computer"; you know something like the combobox in a openfile
dialog box does. I have been poking around in the win32.hlp guide
and msdn and so far haven't come up with something. Does anyone
know the api call and\or structure I would use to retrieve this
so I could display it in the combo box. FindFirstFile and WIN_
32_DATA are for directories and files, if I understand the help
guide correctly, that have actual paths to give it.
Just something else I wanted to "tinker" with that's all.
Regards,
Adam
------------------
With all this stuff about owner-drawn combo boxes and list boxes
lately on the BBS, I decided to try an owner-drawn combobox with
directories.(I don't do this for a living like most of y'all -
it's just a hobby for me; I like to every now and then sit down at
my computer and try to figure out how this works and that works...)
So I got everything displaying say for drive c or drive d or whatever
drive I feed it and then I got to wondering how I would display the contents
of "My Computer"; you know something like the combobox in a openfile
dialog box does. I have been poking around in the win32.hlp guide
and msdn and so far haven't come up with something. Does anyone
know the api call and\or structure I would use to retrieve this
so I could display it in the combo box. FindFirstFile and WIN_
32_DATA are for directories and files, if I understand the help
guide correctly, that have actual paths to give it.
Just something else I wanted to "tinker" with that's all.
Regards,
Adam
------------------
Comment