hi
are you mean removing the minimize, maximise and close button of a form. if it please do the following steps
set the controlbox property of the form false
hi
are you mean removing the minimize, maximise and close button of a form. if it please do the following steps
set the controlbox property of the form false
Don't forget the MinButton and MaxButton properties, too. :)
Also, you can leave the controls as they are, and in the Form_QueryUnloa d event, test the UnloadMode value. If it's one you don't like (such as "user clicked the close button") then just set Cancel = True to disallow the close.
Comment