Changes between Initial Version and Version 1 of Ticket #9, comment 9


Ignore:
Timestamp:
Jul 4, 2013, 10:40:46 PM (11 years ago)
Author:
Gregg Young
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9, comment 9

    initial v1  
    1 It works because it prevents the taskbar from being move from HWND_TOP to HWND_BOTTOM by SWP_ZORDER. The problem with the "fix" is it leaves the taskbar on top of what ever program it jumped in front of and it breaks auto hide. Unfortunately just putting in a DosSleep won't work because it blocks the input from the menu. We could move the show hide code to a separate thread or we could use a timer for hiding the code and only use the WM_MOUSEMOVE to show it.
     1It works because it prevents the taskbar from being move from HWND_TOP to HWND_BOTTOM by SWP_ZORDER. The problem with the "fix" is it leaves the taskbar on top of what ever program it jumped in front of and it breaks auto hide. Unfortunately just putting in a DosSleep won't work because it blocks the input from the menu. We could move the show hide code to a separate thread or we could use a timer for hiding the taskbar and only use the WM_MOUSEMOVE to show it.