WM_NEXTDLGCTL and GetDlgItemID

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

Is this message and function supported in compactframework?
I want to use it to navigate and setfocus to controls (classes of type
ATL:Button) on a dialogue (class: Dialog).

using SetFocus does not seem to work properly for dialogues. the
button may recieve focus, but the border of the button with focus does
not change.
 
You can use the CWindow::GotoDlgCtrl (for ATL) wrapper or
CDialog::GotoDlgCtrl (if you are using MFC)
 
Back
Top