转摘自:http://blog.csdn.net/wirror800/article/details/4002381将窗体置顶的方法有://将窗体置顶的API函数::SetWindowPos(m_hWndTop,HWND_TOPMOST,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);//MFCpDlg->SetWindowPos(&CWnd::wndTopMost,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);说明:&CWnd::wndTopMost 是当前的最顶层窗口,调用函数,会把m_hWndTop或pDlg 置于&CWnd:: Read More
posted @ 2013-10-13 00:30 奋斗中的毛毛虫 Views(980) Comments(0) Diggs(0)