CFormView SetFocus

  • Thread starter Thread starter sgrm123
  • Start date Start date
S

sgrm123

Guest
Hi,

I have a CFormView in MFC MDI application. This formview has controls. I am posting message to this formview from a dockable pane. After receiving this message, If I click on the view where controls are not placed, If I call GetFocus() in OnLButtonDown of that view class , it gives the window handle of first control of in the dialog of that view, not the view's window handle.

What I need to do to get the view's window handle?

Continue reading...
 
Back
Top