button restor window

  • Thread starter Thread starter Harmannus
  • Start date Start date
H

Harmannus

Hallo,

How do i get rid of the button restore window in the top right corner of my
form?


Harmannus
 
Hallo,

This property is set to no. I still get the restore window button in the
upper right corner. Any other suggestions?

Do i do this in code then? Behing the on open event? I get a error if i use:
Me.ControlBox = False

Regards,

Harmannus


Sandra Daigle said:
Set the ControlBox property of the form to false.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.

Hallo,

How do i get rid of the button restore window in the top right corner
of my form?


Harmannus
 
Sorry - I forgot that it doesn't work on maximized forms - here's an article
describing an alternate method:

ACC2000: Maximized Form Shows Control Box and Minimize, Maximize, and
Restore Buttons
http://support.microsoft.com/default.aspx?scid=kb;EN-US;210299


--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.

Hallo,

This property is set to no. I still get the restore window button in
the upper right corner. Any other suggestions?

Do i do this in code then? Behing the on open event? I get a error if
i use: Me.ControlBox = False

Regards,

Harmannus


Sandra Daigle said:
Set the ControlBox property of the form to false.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.

Hallo,

How do i get rid of the button restore window in the top right
corner of my form?


Harmannus
 
Back
Top