List control in MFC
-
Hi, I have a dialog box application. It contains one list control (CListCtrl). It filled with some data. After double clicking on any row of it new modeless dialog gets opened. My problem is after opening new modeless dialog box, the main dialog box's row on which i have double clicked should remain selected means display it partially that it is selected. So the user can see on which row he has double clicked previously though a modeless dialog box is opened. If have any idea please reply. Thanks in advance. Regards Rajendra
-
Hi, I have a dialog box application. It contains one list control (CListCtrl). It filled with some data. After double clicking on any row of it new modeless dialog gets opened. My problem is after opening new modeless dialog box, the main dialog box's row on which i have double clicked should remain selected means display it partially that it is selected. So the user can see on which row he has double clicked previously though a modeless dialog box is opened. If have any idea please reply. Thanks in advance. Regards Rajendra
-
Hi, I have a dialog box application. It contains one list control (CListCtrl). It filled with some data. After double clicking on any row of it new modeless dialog gets opened. My problem is after opening new modeless dialog box, the main dialog box's row on which i have double clicked should remain selected means display it partially that it is selected. So the user can see on which row he has double clicked previously though a modeless dialog box is opened. If have any idea please reply. Thanks in advance. Regards Rajendra
Use List Control Properties Dialog.Select "Show Selection Always" so you can see your the item as selected item in List Control
I am a HUMAN. I have that keyword in my name........ ;-)_AnsHUMAN_