i have comleted the project i want to make a taskbar in the
MDI Parent. that behaves same like taskbar, whenever a new form is opened there will be a link for the form, and also having RightClick Menu from which i can close maximize and minimize the form............
is any featcher like this is provided by the microsoft ??
if yes then how to add that ??
if no then how can we design / make our own ??

i have comleted the project i want to make a taskbar in the
MDI Parent. that behaves same like taskbar, whenever a new form is opened there will be a link for the form, and also having RightClick Menu from which i can close maximize and minimize the form............
is any featcher like this is provided by the microsoft ??
if yes then how to add that ??
if no then how can we design / make our own ??

Hi,

The toolstrip that you can find in the toolbox may do what you need, you can add buttons and remove them in code, and dock it where you want. You find some explanation, here.

For your second question you need to use a contextmenustrip for that. You find some explanation, here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.