Question How to dock a form to the windows desktop??

mtait

Member
Joined
Jun 12, 2008
Messages
5
Programming Experience
1-3
Hi - I am new to Windows programming (from asn ASP.Net background).

The first project I've been tasked with is creating a ticker/notice-board for our office - which will show vertically scrolling updates of incidents being reported. I'm ok with the scrolling, keeping on top etc - but what I am unable to do is make my form dock to the top of the desktop window, and make any other applications windows smaller.

So that when any other application is maximised, it's window will not go behind my ticker application - so people can still easily use any other applications toolbar etc.

Is this possible to do in VB.Net 2005/8?

Thanks for any advice,

Mark
 
Look to TopMost property.
 
Hi - I tried the topmost setting, but it still allows other application windows to be maximised underneath my application.

Is there another setting that will allow this?

Thanks,

Mark
 
Back
Top