
Reset screen so taskbar app prevents maxed apps from displaying underneath
Ojo -
Thank you very much for your reply. I know about forcing windows to remain
on top of other windows. What I was hoping to find was a way to prevent
other applications, when maximizing them, from extending their window size
beyond the bottom of my taskbar application.
thanks again,
- brian
Hi ...
here is a modul with the functions OnTop and OffTop.
Make ontop with:
OnTop Me.hWnd
and offtop with:
OffTop Me.hWnd
Bye
Oliver
-----Ursprngliche Nachricht-----
Newsgroups:
comp.lang.basic.visual,comp.lang.basic.visual.misc,comp.os.ms-windows.progra
mmer.controls,comp.os.ms-windows.programmer.ole
Datum: Freitag, 19. September 1997 17:36
Betreff: Reset screen so taskbar app always displays above maxed apps
Quote:
>Win95/NT
>I've created a taskbar application that appears at the top of the screen
>and works like Microsoft's Taskbar. If the Microsoft Taskbar is set to
>'AutoHide = False', the window frame for maximized apps will fill the
>screen above the Taskbar. I would like to have my app able to stay
visible
>across the top of the screen while any other maximized window fills only
>the screen area below it. Any advice on how this is done would be greatly
>appreciated.