Ronny
2010-01-04 20:56:52 UTC
Hello,
I'm creating virtual list control in CWnd and CDialog class ( using the same
way to create virtual list control and
message handling for LVN_GETDISPINFO notification ).
I use ON_NOTIFY(LVN_GETDISPINFO, IDC_LISTCTRL, OnGetDispInfo) to handle the
message notification.
The LVN_GETDISPINFO works fine in CWnd class ( notification received ) but
never received in CDialog class.
Any help would be greatly appreciated.
Thanks.
Ronny.
I'm creating virtual list control in CWnd and CDialog class ( using the same
way to create virtual list control and
message handling for LVN_GETDISPINFO notification ).
I use ON_NOTIFY(LVN_GETDISPINFO, IDC_LISTCTRL, OnGetDispInfo) to handle the
message notification.
The LVN_GETDISPINFO works fine in CWnd class ( notification received ) but
never received in CDialog class.
Any help would be greatly appreciated.
Thanks.
Ronny.