L Lloyd Dupont Mar 8, 2004 #2 what do you mean ? you could always register a listener on Closing (for 'OK') or Miniaturizing (for 'X') event ...
what do you mean ? you could always register a listener on Closing (for 'OK') or Miniaturizing (for 'X') event ...
F flying whiz Mar 9, 2004 #3 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
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
L Lloyd Dupont Mar 9, 2004 #4 mmhh... I'm not sure. but the MinimizeBox property is for OK/X , you could try to set this and MaximizeBox to false ? maybe ?
mmhh... I'm not sure. but the MinimizeBox property is for OK/X , you could try to set this and MaximizeBox to false ? maybe ?
T Tim Wilson Mar 9, 2004 #5 If you do not want either ther X or the Ok in the caption bar of the Form, then set ControlBox = False.
If you do not want either ther X or the Ok in the caption bar of the Form, then set ControlBox = False.