Icemanind
Icemanind

Reputation: 48686

Creating a dockable form that stays above the task bar

I am trying to create a news ticker and I'm looking for the best way to create a dockable form that will dock to the desktop, just above the task bar (the user can move it to dock to one of the sides or the top of the screen). What is the best way to do this in C#?

Upvotes: 0

Views: 876

Answers (1)

James King
James King

Reputation: 6343

Check out this article here. It's an older article, but since it's based off of shell programming, it should still apply for more recent versions of the framework.

Upvotes: 1

Related Questions