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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top