Form TopMost property even appears over windows taskbar

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

The TopMost property of a form shows it even over the top of the windows
task bar. Is there any way to show a form window on top of all other windows
but NOT the taskbar ? I'm trying to slide a small window up from under the
taskbar (like a taskbar notifier).
 
There are a few ways to do what you're trying to accomplish. The most
popular (and probably easiest) way to do it is by using the AnimateWindow
Win32 API.
 
Back
Top