Y yyanghhong Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-21 #2 Call Perform to bypass the Windows message queue and send a message directly to the control’s window procedure. The WM_NEXTDLGCTL message is sent to a dialog box procedure to set the keyboard focus to a different control in the dialog box. wCtlFocus = wParam // identifies control for focus fHandle = (BOOL) LOWORD(lParam) // wParam handle flag All is in Delphi Help. brother, pls check it first, then post the notice
Call Perform to bypass the Windows message queue and send a message directly to the control’s window procedure. The WM_NEXTDLGCTL message is sent to a dialog box procedure to set the keyboard focus to a different control in the dialog box. wCtlFocus = wParam // identifies control for focus fHandle = (BOOL) LOWORD(lParam) // wParam handle flag All is in Delphi Help. brother, pls check it first, then post the notice
F firezll Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-23 #3 让下一个控件获得输入焦点的,数据录入界面中很有用。