Results 1 to 5 of 5

Thread: make the form a tool bar??

  1. #1

    Thread Starter
    Addicted Member Rudy's Avatar
    Join Date
    Sep 2000
    Location
    BC, Canada
    Posts
    198

    make the form a tool bar??

    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?
    *Rudy^
    Visual Studio 6 Ent. SP5
    Windows 2000 SP4
    Windows XP SP1a

  2. #2

    Thread Starter
    Addicted Member Rudy's Avatar
    Join Date
    Sep 2000
    Location
    BC, Canada
    Posts
    198
    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)
    *Rudy^
    Visual Studio 6 Ent. SP5
    Windows 2000 SP4
    Windows XP SP1a

  3. #3
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    why dont u try to achieve that through a user control?
    \m/\m/

  4. #4

    Thread Starter
    Addicted Member Rudy's Avatar
    Join Date
    Sep 2000
    Location
    BC, Canada
    Posts
    198
    Originally posted by PT Exorcist
    why dont u try to achieve that through a user control?
    hmmm for some reasons i dont understand what u want me to try....
    *Rudy^
    Visual Studio 6 Ent. SP5
    Windows 2000 SP4
    Windows XP SP1a

  5. #5
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327

    TopMost

    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.
    -scott
    he he he

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width