|
-
May 20th, 2004, 08:00 PM
#1
Thread Starter
Member
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?
-
May 21st, 2004, 02:47 PM
#2
Sleep mode
I wonder , why would you think of something like this ?
-
May 22nd, 2004, 12:14 PM
#3
Addicted Member
with proper thinking you can create on if you so desire
-
May 22nd, 2004, 12:41 PM
#4
Thread Starter
Member
it was just a thought to organize open windows in my application but i think thats a little far fetched thanks though.
-
May 25th, 2004, 12:22 PM
#5
Lively Member
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.
-
May 25th, 2004, 12:27 PM
#6
Hyperactive Member
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.
-
May 25th, 2004, 02:27 PM
#7
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|