开发者

how to track the event when user click on edit control in mfc

开发者 https://www.devze.com 2023-01-19 22:15 出处:网络
thers is event onchngeedit for edit control but how to how to track the event when us开发者_StackOverflower click on edit control in mfc but doesn\'t change anything.?Have you tried using onFocus() ha

thers is event onchngeedit for edit control but how to how to track the event when us开发者_StackOverflower click on edit control in mfc but doesn't change anything.?


Have you tried using onFocus() handler? It will also pick up events when the user tabs into the control as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消