Hi Techies,

I am using menustrip on my windows application, i have created user
control as header control for all forms. Inside that header control i
have menustrip.

While resizing the form,some of the menu is getting disappeared. For
that menustrip should show the >> button like all other windows
application, to see all those hidden menus.

How can we do this.

Thanx

Re: menustrip on form resize by sudhaoncyberworld

sudhaoncyberworld
Wed Jul 19 03:32:58 CDT 2006

Hi all

Instead of menustrip i used toolstrip, and it is working.

Since i have put this menu in a separate control form resize event is
not affecting the toolstrip menu

any suggestion

sudhaoncyberworld@gmail.com wrote:
> Hi Techies,
>
> I am using menustrip on my windows application, i have created user
> control as header control for all forms. Inside that header control i
> have menustrip.
>
> While resizing the form,some of the menu is getting disappeared. For
> that menustrip should show the >> button like all other windows
> application, to see all those hidden menus.
>
> How can we do this.
>
> Thanx