设置窗口位置

来源:互联网 发布:2g3g4g网络 编辑:程序博客网 时间:2024/06/05 01:03
//主窗口置顶ShowWindow(SW_RESTORE);SetWindowPos(&cwnd::wndTopMost, 0,0,0,0, SWP_NOMOVE|SWP_NOSIZE);
0 0