Menus in Visual Editor

Windows specific questions.
Post Reply
MikeB
Posts: 4
Joined: Aug 09, 2021 17:49

Menus in Visual Editor

Post by MikeB »

Hello all,

I am turning my attention to learning windows programming. I stumbled across VisualFBEditor and have been playing around with the designer. I have been successful in making windows and adding controls, but when I added a menu and used the menu editor, I compiled and my window shows up, but the menu does not. Could anyone please lead me in the right direction. Thank you in advanced.
Xusinboy Bekchanov
Posts: 782
Joined: Jul 26, 2018 18:28

Re: Menus in Visual Editor

Post by Xusinboy Bekchanov »

MikeB wrote: Jul 27, 2022 3:35 Hello all,

I am turning my attention to learning windows programming. I stumbled across VisualFBEditor and have been playing around with the designer. I have been successful in making windows and adding controls, but when I added a menu and used the menu editor, I compiled and my window shows up, but the menu does not. Could anyone please lead me in the right direction. Thank you in advanced.
This MainMenu must also be selected in the Menu property of the Form.
MikeB
Posts: 4
Joined: Aug 09, 2021 17:49

Re: Menus in Visual Editor

Post by MikeB »

Ok, I'll give that a try. Thank you for your response.
Post Reply