Keyboard focus
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, I have a WTL wizard generated MDI application with a form (Dialog based) view. The form has several controls on it. When it looses the focus (for example because of showing a message box) and then gets the focus again, the last active control wont have keyboard focus (In fact the first control gets the keyboard focus instead). I want to know why it happens and what the solution is? Thanks in advance