is it possible to make the form a toolbar (like the start menu, systray bar?) i remember i used to do it in VB6 but is it possible in C# and if yes, how?
Printable View
is it possible to make the form a toolbar (like the start menu, systray bar?) i remember i used to do it in VB6 but is it possible in C# and if yes, how?
maybe i could reword my question......how could i dock it to the side of the screen and make it like the start menu (when you maximize a window, it doesnt go on top of the start menu)
why dont u try to achieve that through a user control?
hmmm for some reasons i dont understand what u want me to try....Quote:
Originally posted by PT Exorcist
why dont u try to achieve that through a user control?
For starters, you can set the TopMost property your main form to true. This will keep your form above other forms. It will be up to you to fix the position of the form on the window and to resize it when necessary, but this should be pretty easy.