How to take care of " X " on the form

  • Thread starter Thread starter Red
  • Start date Start date
what do you mean ?
you could always register a listener on Closing (for 'OK') or Miniaturizing
(for 'X') event ...
 
How can we remove X from the form.When the User Taps X the application
closes.I too do not want to show OK or X on the form.I am new to .Net CF
planning to move from eVB to NETCF.

FW
 
mmhh...
I'm not sure.
but the MinimizeBox property is for OK/X , you could try to set this and
MaximizeBox to false ? maybe ?
 
If you do not want either ther X or the Ok in the caption bar of the Form,
then set ControlBox = False.
 
Back
Top