Focus problem in FormView
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have a CMDIChildWnd application where each child window loads a CFormView.FormView contains some edit controls,comboxes etc.(note:edit boxes,comboboxes are standard MFC controls) when i double click on any edit box to select the contents,the focus is always going to first control in the tab order.I dont have OnLButtonDbClick() method in my code. Please some one tell me what might may be the possible reason. Thanks in advance...