Click here to Skip to main content
15,906,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serializing CArrays Pin
CPallini2-Jan-09 20:55
mveCPallini2-Jan-09 20:55 
QuestionWM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK2-Jan-09 3:28
SanjaySMK2-Jan-09 3:28 
AnswerRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Nibu babu thomas2-Jan-09 4:52
Nibu babu thomas2-Jan-09 4:52 
AnswerRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery2-Jan-09 5:50
Mark Salsbery2-Jan-09 5:50 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK3-Jan-09 21:48
SanjaySMK3-Jan-09 21:48 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery4-Jan-09 6:09
Mark Salsbery4-Jan-09 6:09 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK4-Jan-09 21:33
SanjaySMK4-Jan-09 21:33 
QuestionRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery4-Jan-09 21:44
Mark Salsbery4-Jan-09 21:44 
SanjaySMK wrote:
the required no. of CListCtrl-derived class objects are also getting created successfully


Are you sure? How are you verifying that?

What code are you using to create your custom control class?

If the controls are in a dialog, how are you associating your
custom control class with a control on the dialog?

I tested on a dialog by adding this member to the dialog class
CReflectedListCtrl m_ListCtrl;

and associating it with a ListView control on the dialog resource by
adding this to the dialog class' DoDataExchange()
DDX_Control(pDX, IDC_LIST1, m_ListCtrl);


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK4-Jan-09 22:16
SanjaySMK4-Jan-09 22:16 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery5-Jan-09 5:59
Mark Salsbery5-Jan-09 5:59 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK5-Jan-09 21:24
SanjaySMK5-Jan-09 21:24 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery6-Jan-09 5:03
Mark Salsbery6-Jan-09 5:03 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK6-Jan-09 19:43
SanjaySMK6-Jan-09 19:43 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! [modified] Pin
Mark Salsbery6-Jan-09 20:33
Mark Salsbery6-Jan-09 20:33 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! [modified] Pin
SanjaySMK7-Jan-09 21:27
SanjaySMK7-Jan-09 21:27 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! [modified] Pin
SanjaySMK8-Jan-09 1:26
SanjaySMK8-Jan-09 1:26 
QuestionRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery8-Jan-09 4:35
Mark Salsbery8-Jan-09 4:35 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery8-Jan-09 4:42
Mark Salsbery8-Jan-09 4:42 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK8-Jan-09 18:18
SanjaySMK8-Jan-09 18:18 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery9-Jan-09 5:31
Mark Salsbery9-Jan-09 5:31 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK13-Jan-09 23:12
SanjaySMK13-Jan-09 23:12 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery14-Jan-09 5:50
Mark Salsbery14-Jan-09 5:50 
QuestionRe: WM_LBUTTONDOWN not working with CListCtrl class!! [modified] Pin
SanjaySMK14-Jan-09 19:31
SanjaySMK14-Jan-09 19:31 
QuestionPrint in an SDI application Pin
nobaq2-Jan-09 1:31
nobaq2-Jan-09 1:31 
AnswerRe: Print in an SDI application Pin
Paresh Chitte2-Jan-09 1:40
Paresh Chitte2-Jan-09 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.