how to track the event when user click on edit control in mfc
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.
精彩评论