BeegOrange
Programmer
Hello,
I am working on an app-wizard generated Explorer style application using MFC, on a 'windows explorer' replicate.
The left hand side is derived from CTreeView and shows the directory structure on the computer. I am able to populate the directories complete with the 'item expand' etc. (I saw examples from MSDN).
I have no idea on how to populate the right-hand side (to show files in a directory)which is derived from CListView.
In fact the problem is how do I make a click on the LHS relate to the CListView?
Thanks in advance!
I am working on an app-wizard generated Explorer style application using MFC, on a 'windows explorer' replicate.
The left hand side is derived from CTreeView and shows the directory structure on the computer. I am able to populate the directories complete with the 'item expand' etc. (I saw examples from MSDN).
I have no idea on how to populate the right-hand side (to show files in a directory)which is derived from CListView.
In fact the problem is how do I make a click on the LHS relate to the CListView?
Thanks in advance!