怎么让窗口置底呢。就是要显示桌面才能看到。rt。 thanks[解决办法]SetWindowPos,api版本的话,用HWND_BOTTOM参数,mfc版本的话,用wndBottom[解决办法]SetWindowPos( & wndBottom, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE );