How to create a taskbar in mdiform.. just like windows in vb.net code Pin
-
I need to create a taskbar in the mdiform just looks like windows taskbar..... when i open a form the name should be displayed in the taskbar when i minimize it should hide on the taskbar....
-
I need to create a taskbar in the mdiform just looks like windows taskbar..... when i open a form the name should be displayed in the taskbar when i minimize it should hide on the taskbar....
chandru4uall wrote:
I need to create a taskbar in the mdiform just looks like windows taskbar
Sounds like a panel, docked to the bottom of the form.
chandru4uall wrote:
when i open a form the name should be displayed in the taskbar
So, when you create a form, you also create a new
Panel
and add it to the "taskbar-panel".chandru4uall wrote:
when i minimize it should hide on the taskbar
You'd only have to hide the entire Window - the Panel that represents the Windows would still be there on the taskbar-panel.
I are Troll :suss: