How to use CListCtrl to handle message
-
How to use CListCtrl to handle message
-
How to use CListCtrl to handle message
-
How to use CListCtrl to handle message
CListCtrl encapsulate list view. so, we can use the list view messages http://msdn.microsoft.com/en-us/library/cc656508%28VS.85%29.aspx[^]
Thanks and Regards, Selvam, http://www.wincpp.com
-
How to use CListCtrl to handle message
Please elaborate your question, we cannot understand until, you gave some more clue. Please refer the link to ask the correct way to get maximum answers :) [^]
Величие не Бога может быть недооценена.
-
Please elaborate your question, we cannot understand until, you gave some more clue. Please refer the link to ask the correct way to get maximum answers :) [^]
Величие не Бога может быть недооценена.
thanks for all friends above; I have a class derived CListCtrl, I tend to use this class to access the item associated with this class. so I should use which message handle? all message can't be responded,why? class CMyList : public CListCtrl
-
Which message actually?
Hi, all message can't be responsed? how to handle?
-
Hi, all message can't be responsed? how to handle?
-
Derive a class from CListCtrl and overide the WindowProc() function. All the message to the list control goes throught that function.
thank you I try to do it