Click to See Complete Forum and Search --> : List View Control using Win32 API


slwcandy
April 23rd, 2003, 07:35 AM
Hi there,
I am currently working on creating a list view control using Win32 API to view files and directory in the system, an application acts like the Windows Explorer. But facing problem here while trying to keep track of the path, especially on getting the previous path. Besides that not so sure how should I write for WM_NOTIFY so that the application will open a subdirectory and show it's contents in the same list view control. Would like to check if any of you can help me on this? Does anyone have any sample code on doing this?


Thanks and Best Regards,
Candy

Bengi
April 24th, 2003, 05:00 AM
i wrote a small code in borland c++, 'explorer' alike
mabye it will help ya (API with c++)