Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>wm_nextdlg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WM_NEXTDLG
  This message is sent to a dialog box's window function, to alter the con-
trol focus.

Parameters
  wParam - If the lParam parameter is nonzero, the wParam parameter iden-
           tifies the control that receives the focus. If lParam is zero,
           wParam is a flag that indicates whether the next or previous
           control with tab-stop style receives the focus. If wParam is
           zero, the next control receives the focus; otherwise, the
           previous control with tab-stop style receives the focus.

  lParam - Contains a flag that indicates how Windows uses the wParam
           parameter. If the lParam parameter is nonzero, wParam is a
           handle associated with the control that receives the focus;
           otherwise, wParam is a flag that indicates whether the next or
           previous control with tab-stop style receives the focus.




.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson