mimize button

  • Thread starter samotek via AccessMonster.com
  • Start date
S

samotek via AccessMonster.com

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
buttons remain on the right upper corner. Is there any command with which to
remove them by code ?
 
G

Guest

Hiya,
put no in the control box property of the form and you'll get rid of those
buttons.

HTH Paolo
 
S

samotek via AccessMonster.com

Paolo said:
Hiya,
put no in the control box property of the form and you'll get rid of those
buttons.

HTH Paolo
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
[quoted text clipped - 5 lines]
buttons remain on the right upper corner. Is there any command with which to
remove them by code ?

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

samotek via AccessMonster.com

Alex said:
Hi,
if you mean access main window - then perhaps combination of these 2 could
help:

http://www.mvps.org/access/api/api0022.htm
http://www.mvps.org/access/api/api0019.htm
How can I remove the three buttons on the upper right corner in the
database ?
[quoted text clipped - 8 lines]
to
remove them by code ?

Thank you for yor advice that might really solve my problem, thats what i
need to , but these codes are too compllicated for me. Could you help me a
bit? for example, what shall i put in the onOpne event in the first example?
Shall i put MaximizeRestoredForm or something else ?
 
A

Alex Dybenko

Hi,
first try code at http://www.mvps.org/access/api/api0019.htm
just follow instructions there, run it and check if it meets requirements


--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com


samotek via AccessMonster.com said:
Alex said:
Hi,
if you mean access main window - then perhaps combination of these 2 could
help:

http://www.mvps.org/access/api/api0022.htm
http://www.mvps.org/access/api/api0019.htm
How can I remove the three buttons on the upper right corner in the
database ?
[quoted text clipped - 8 lines]
to
remove them by code ?

Thank you for yor advice that might really solve my problem, thats what i
need to , but these codes are too compllicated for me. Could you help me a
bit? for example, what shall i put in the onOpne event in the first
example?
Shall i put MaximizeRestoredForm or something else ?
 
A

Alex Dybenko

Hi,
ok, try to send me, plus a screenshot what you need to hide


--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com

samotek via AccessMonster.com said:
Alex said:
Hi,
first try code at http://www.mvps.org/access/api/api0019.htm
just follow instructions there, run it and check if it meets requirements
Hi,
if you mean access main window - then perhaps combination of these 2
could
[quoted text clipped - 14 lines]
example?
Shall i put MaximizeRestoredForm or something else ?


I have tried this code, but again the three buttons stay.Could i send you
the
form to show you how does it happen ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top