我想知道如何在程序中实现取消任务栏的"总在最前(T)"属性??主要是第三方控件搞得问题:当任务栏的"总在最前"属性选中时,该控件无法在任务栏区域进行绘制,当取消该属性后,一切正常!.因此,希望各位大侠帮我解决这个问题!

解决方案 »

  1.   

    BOOL SetWindowPos(    HWND hWnd, // handle of window
        HWND hWndInsertAfter, // placement-order handle
        int X, // horizontal position
        int Y, // vertical position
        int cx, // width
        int cy, // height
        UINT uFlags  // window-positioning flags
       );
    不知道这是不是你想要的,具体查一下MSDN
      

  2.   

    SetWindowPos可以,应该是修改注册表吧,偶也想知道啊