!!!!!!!!!!!!

解决方案 »

  1.   

    SetWindowPos(&wndTopMost,0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);
      

  2.   

    顶级窗口(弹出窗口,非子窗口):WS_POPUP
      

  3.   

    ++。
    注意是顶级窗口,not置顶
      

  4.   

    WS_POPUP 
    Creates a pop-up window. This style cannot be used with the WS_CHILD style.
      

  5.   

    扩展风格里的WS_EX_TOPMOST另外你SetForegroundWindow可以置顶一次窗口