Results 1 to 7 of 7

Thread: Taskbar

  1. #1

    Thread Starter
    Member
    Join Date
    May 2004
    Posts
    36

    Taskbar

    I know this is probably a crazy question by anyways here go's. Is there anyway to put a taskbar within a MDIParent form?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I wonder , why would you think of something like this ?

  3. #3
    Addicted Member
    Join Date
    Apr 2004
    Location
    Lagos, Nigeria
    Posts
    215
    with proper thinking you can create on if you so desire

  4. #4

    Thread Starter
    Member
    Join Date
    May 2004
    Posts
    36
    it was just a thought to organize open windows in my application but i think thats a little far fetched thanks though.

  5. #5
    Lively Member mindloop's Avatar
    Join Date
    Mar 2004
    Posts
    64
    i managed creating a mdi taskbar by using a toolbar and adding and removing buttons programatically.
    i used radiobuttons (with style = pushbutton). I used a custom toolbar control but the default toolbar wolud do just fine i think.
    Also during my quest for the perfect looking taskbar i also stopped a little looking at the tabcontrol (i resized it so that it only showed the tabs and not the pages.
    anyway the whole thing needs some code written.
    ehmm...

  6. #6
    Hyperactive Member CyberHawke's Avatar
    Join Date
    May 2004
    Location
    Washington DC
    Posts
    477
    Another way you could do this is with a panel control which could dock on any edge you wish, and then draw your buttons using GDI+ and capture a click event on the panel when your mouse is over one of the drawn buttons.
    I am currently working on somthing like this for one of my own creations, I'll be happy to share the results with you.

  7. #7
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Dublin (Ireland)
    Posts
    304
    God all the answers sounded so difficult, did the same thing but just created it as a an MDI cild within the parent container in it's own form

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