slwcandy
April 23rd, 2003, 06:23 AM
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, also having problem on writing code for WM_ListViewNotify. How should I code on when a user double click one folder item, the list view control will delete the current item view and show with the updated new folder items. Would like to check if anyone can help me on this? Does anyone have any sample code on doing this?