SetWindowPos

MFC-SetWindowPos改变窗口的尺寸,位置和Z序

HWND hWnd = ::FindWindow(_T("Notepad"), NULL);//获取记事本窗口 if (!hWnd) { AfxMessageBox(_T("请打开记事本")); ExitProcess(0); } BOOL b = ::SetWindowPos(hWnd, HWND ......
共1篇  :1/1页 首页上一页1下一页尾页