PDA

Click to See Complete Forum and Search --> : How do I get shot of the X on the form???


rino_2
Nov 2nd, 1999, 12:42 AM
Hi,

I would like to make the X on my for invisible. How would I go about doing this???

benski
Nov 2nd, 1999, 12:56 AM
Set the ControlBox property of your form to False at design time.

rino_2
Nov 2nd, 1999, 01:29 AM
Wow!

I did'nt know it was so simple.

Thanks

jritchie
Nov 2nd, 1999, 05:59 AM
Benski,

Have had this question out and about, have had answers involving multiple API calls and dozens of lines of code, and it's this simple
WOW

DiGiTaIErRoR
Nov 2nd, 1999, 07:58 AM
There is an API call that disabled the X with API calls. Then the rest(minimize, etc.) is still there....