Thanks Roger. I would read the article. It is the standard keydown message. I select an item in my list control, then pressed the arrow key up or down, nothing happened in the list control, the selected item has not been changed. I used Spy++ to check and found out that the list control has never recied the key up och down message. The thread which holds the dialog window has recieved the messages, it seems that the thread has consumed the message and never send it to the control. I just wonder why and how I can solve the problem. BR /Chibi
Chibi Maruko S
Posts
-
Windows Message Handling -
Windows Message HandlingOne of the thread in my application has consumed some windows messages which are aimed to my controls (my own defined control). Can anyone give me a suggestion what I should do to solve the problem?
-
My own List Control in MFC doesn't respons conrrectly to the keyboardI have defined my own list control based on MFC's CListCtrl. When I select items in the list with mouse click, everything works fine, the onItemChanged even has been correctly fired. But when I walk through the list items with arrow keys (up and down), the selected item in the list hasn't been changed. Does anybody know why? Maruko
-
ListView controlHI, I have the same problem. Just wonder if you have got any answer for it? Thanks Best Regards Chibi Maruko S
-
ListView scroll information?Hi! I want to know how much I have scrolled when I pull the scroll bar in a listview. Is there anyway to know scroll position of a listview?