Member Avatar for Rahul47

We all have been on facebook and also appreciate its beauty.
Now here is the point. I am developing an application in VB.NET which also implements the functionality of account management.

I have added a menustrip to handle various operation of account and now I want to add a menu "Settings" which will have Submenus as "Account Settings" and "Logout".

Now Here is the problem I am facing.
I Am not able to add Menu at the Extreme Right Until I have Enough Menus on Menustrip. And I Cannot Add Pads to it.

Thanks

Recommended Answers

All 4 Replies

Add another menustrip. Enter the properties for the items collection. Set the layout to Top, Right. Add a menuitem. Set the alignment property to right.this will give you a menustrip with a menuitem on the right hand side of the form.

Member Avatar for Rahul47

@tinstaafl: You cannot add a new Menustrip. It will Look Ugly.
I Want to add that menu at the Extreme right in the same Menu Strip.

set the dock property of the menustrip to top, then set the alignment of the menuitem to right

Member Avatar for Rahul47

Well that one worked !! Really idea of adding one more menustrip was childish !! LOL

thanks For your help :)

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.