Remove Close button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks for taking the time to read my question.

Just wondering if there is a way to get rid of the Close Min and Max buttons
on a report.

Brad
 
you can use the MinMaxButtons Property of the form and select none. but it
wont cancel the close button.
to close the close button use the CloseButton Property of the form change it
to false.

To get rid of all three you can change the BorderStyle Property of the form
to none.
 
Back
Top