thanks a lot, it works now.
yvanc
Posts
-
How to change focus from TreeView to ListView using tab in MFC? -
How to add copy and paste functionality for CListCtrlHello, I have been working on an MFC project that looks like a registry editor which have a treeview on the left side and listview on the right side. Once the user sets focus on one item in the listview and clicks ctrl+c, how do we add a functionality to copy the listview item text into the clipboard? please help.
-
How to change focus from TreeView to ListView using tab in MFC?I have tried the code above but it slows down the application to the point it no longer populates the treeview, is there any other alternative?
-
How to change focus from TreeView to ListView using tab in MFC?Hello, I am currently working on an MFC project. The project have a treeview and listview similar to the layout of windows registry editor. I was just wondering if any of you guys know how to change the focus wherein if the user click one item in the treeview and then presses the tab key the focus would be changed to the corresponding item in the listview? Please help.
-
MFC treeview in a listview [modified]Hello, Is there any way for a treeview to be shown in a listview control using MFC? same effect as the one in the link below: http://www.codeguru.com/img/legacy/vb_listview/1945_sshot.gif[^] btw, I'm using Visual C++ 2005 thanks a lot.
modified on Thursday, March 4, 2010 2:55 AM