Remove Close button

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
 
G

Guest

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.
 

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