Show OK button instead of X in a form

  • Thread starter Thread starter Ibai Peña
  • Start date Start date
I

Ibai Peña

Hi,

I need to show the OK button instead of the X, so the app will be closed
when it is clicked.
How can this be done?

Thanks in advance,
 
Use the MinimizeBox property of the form and set it to 'False'.
The 'X' will change to an 'OK' and closes your app.

Kind regards,

Tom Pauwels
 
Hello,


on the properties for the form,
under Windows Style, make sure:
- the control box property is set to true
- and the Minimize box is set to false


Kind Regards,

Swan B
 
thanks

--
Ibai Peña
Movetek Integración Móvil
Swan B said:
Hello,


on the properties for the form,
under Windows Style, make sure:
- the control box property is set to true
- and the Minimize box is set to false


Kind Regards,

Swan B
 
Back
Top