Recent content by Solar2

  1. S

    How can i remove the minimize button by code ?

    Thank you for the reply. In the design view of the form i have put No to the properties ControlBox, MinMax buttons and CloseButton but these buttons persist to stay at the upper right corner of the screen. perhaps they are tied up not with Acces but with Windows ?
  2. S

    How can i remove the minimize button by code ?

    How can I remove the three buttons on the upper right corner in the database ? These three buttons are called “minimize” “restoredown”and “close”. With the command Application.CommandBars("Menu bar").Enabled = False I remove all the buttons and the screen is clear of them, but these three...
Back
Top Bottom