peekMessage and Getmessage relatedquestion
-
by using peekMessgae or GetMessage how to moniter a button that it is clicked ? can any write a little code ? r00d0034@yahoo.com
-
by using peekMessgae or GetMessage how to moniter a button that it is clicked ? can any write a little code ? r00d0034@yahoo.com
The parent of the button receives a WM_COMMAND message to notify it of events including button clicks. If the high word of wParam is BN_CLICKED and the low word of wParam is the ID of the button, the button was clicked. Next time, to make it easier on us, go into greater detail if you can. Peter O.
-
The parent of the button receives a WM_COMMAND message to notify it of events including button clicks. If the high word of wParam is BN_CLICKED and the low word of wParam is the ID of the button, the button was clicked. Next time, to make it easier on us, go into greater detail if you can. Peter O.
Ummmm.... Maybe he doesn't speak English as his native language. CP is a world wide site with users from every point on the globe. If you can't handle broken English, then you will find yourself very frustrated here. Tim Smith "Programmers are always surrounded by complexity; we can not avoid it... If our basic tool, the language in which we design and code our programs, is also complicated, the language itself becomes part of the problem rather that part of the solution." Hoare - 1980 ACM Turing Award Lecture