How to add OK button ok control toolbox in WinCE 4.2 application

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

Guest

Hi all,
I check some of the forms on WinCE 4.2 forms such as System Properties, the
form or dialog has an OK button on the control toolbox bar.

Is there a way to do this to display this Ok button or Question button ? I
use VS 2003 to develop wince 4.2 application.

My users would think to use an OK to accept change and close a dialog rather
than to X button to close dialog.


Thanks a lot for any help
 
If you set the Form's MinimizeBox property to False, the OK button will be
displayed instead of the X button.
 
Back
Top