المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Static label in taskbar



C# Programming
01-16-2011, 06:52 PM
I've written a small monitoring app in c# that notifies the user of specific events on the pc. The wish I would like to have is for the one and only control (Label) to be static on top of the task bar. Currently I've just got a timer running that places it as the top most window, I'd like to eliminate the timer and just have it pinned sort of to the taskbar (not in the notify area). Any direction you may provide would be helpful.