devxlogo

Putting a Menu on the Right Side

Putting a Menu on the Right Side

Question:
When designing a menu, how do I get an option (for examplehelp) – to appear on the RIGHT hand side of the menu bar.

Answer:
To position the Help Menu to the right side of the Menu Bar, use a backspace character (Chr$(8)) as the first character in the Caption property of the menu. You must do this at runtime, in the Form_Load event.

HelpMenu.Caption= Chr$(8) & HelpMenu.Caption
However, this is not good design. The right-justified help was something that was abandoned between Windows 3.0 and 3.1. If you’re designing a product that you’d like to use the official “Designed for…” Windows logo on, you should not use right justified help.

See also  Monetize TikTok For Your Business
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist