因为我的应用程序是紧贴屏幕的上边缘,其他应用程序的窗口最大化时,窗口的TOP是紧贴我的应用程序的bottom.
还请高手解疑惑.

解决方案 »

  1.   

    例如,我的应用程序窗口矩形占据了屏幕的1/10的垂直部分,是TOPMOST当我最大化一个IE窗口或是最大化打开一个文件夹,它的窗口矩形区域不会与我的应用程序窗口矩形重合,
    也就是其他程序最大化窗口只会占据我的应用程序底部到屏幕下方工具栏之间的区域.
    在网上搜了一大圈,好象找不关于此问题的,还请专家跟高手帮忙,3Q.
      

  2.   

    Using Application Desktop Toolbarshttp://msdn.microsoft.com/en-us/library/cc144177(VS.85).aspxAn application desktop toolbar(also called an appbar) is a window that is similar to the Microsoft Windows taskbar. 
    It is anchored to an edge of the screen, and it typically contains buttons that give the user quick access to other applications and windows. 
    The system prevents other applications from using the desktop area occupied by an appbar.
      

  3.   

    http://codeguru.earthweb.com/shell/appbar_project.zip   
    http://codeguru.earthweb.com/shell/appbar_source.zip
      

  4.   

    SAMPLE: Appbar.exe - Creating an Application Desktop Toolbarhttp://support.microsoft.com/kb/134206/en-us/