My application pops up a custom dialog whenever new items are found in an RSS feed, the custom dialog starts off the bottom of the screen, raises up, pauses, and then drops back down.
I want the dialog to be on top of other windows (because the notices are important to me), so I set the TopMost property on the form to true. Problem is it is also on top of the task bar (which I don't want).
Is there a way to make the dialog be on top of other windows, but not the task bar?
(Please don't discuss whether or not I should do this. This is a custom application for my use only, and that is the way I want it to work. I have also added a setting to turn this functionality on/off, in case I don't want it to work like that anymore.)