Topic: [Script] Hide the main menu (File, Options, About)

Hide the main menu (File, Options, About)



begin
     Form1.mniFile.Visible := False;

     Form1.mniOptions.Visible := False;
         Form1.mniSettings.Visible := False;
         Form1.mniReport.Visible := False;

     Form1.mniAbout.Visible := False;
end.


Download project:
http://myvisualdatabase.com/forum/misc. … download=1

Dmitry.

Re: [Script] Hide the main menu (File, Options, About)

Dimitry

Many thanks

3 (edited by FMR 2022-02-13 15:56:54)

Re: [Script] Hide the main menu (File, Options, About)

Hi,
Maybe this is a new feature, There is option BoarderStyle := bsDialog that will hide all main menu

Post's attachments

Attachment icon Disable Main Menu.PNG 51.97 kb, 128 downloads since 2022-02-08 

Life is like a school;
One can learn and graduate or stay behind.