Hi,
I would like to make the X on my for invisible. How would I go about doing this???
Printable View
Hi,
I would like to make the X on my for invisible. How would I go about doing this???
Set the ControlBox property of your form to False at design time.
Wow!
I did'nt know it was so simple.
Thanks
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
There is an API call that disabled the X with API calls. Then the rest(minimize, etc.) is still there....