目的是让tab焦点逆序移动,网上都说给窗口发送 WM_NEXTDLGCTL 消息可以移动控件焦点,我怎么测试也没成功...
WM_NEXTDLGCTL wCtlFocus = wParam; fHandle = (BOOL) LOWORD(lParam); ParameterswCtlFocus If the fHandle parameter is TRUE, the wCtlFocus parameter identifies the control that receives the focus. If fHandle is FALSE, wCtlFocus is a flag that indicates whether the next or previous control with...
ENNEXTDLGCTL文档声明,此消息将与对话框一起使用:所谓模态对话框就是该对话框被创建后,其父窗口不能...
WM_NEXTDLGCTL wCtlFocus = wParam; fHandle = (BOOL) LOWORD(lParam); Parameters wCtlFocus If thefHandleparameter is TRUE, thewCtlFocusparameter identifies the control that receives the focus. IffHandleis FALSE,wCtlFocusis a flag that indicates whether the next or previous control with the WS_TA...