MFC-SetWindowLong

MFC-SetWindowLong设置窗口样式、窗口标识符ID、处理函数

修改样式 LONG Styles; Styles = GetWindowLong(hWnd4, GWL_STYLE);//获取原窗口风格 /* 参数1:HWND hWnd 窗口句柄 参数2:int nIndex 改变窗口上的何种属性 */ LONG l = SetWindowLong(hWnd4, ......
共1篇  :1/1页 首页上一页1下一页尾页