1.

Solve : c# sharpdevelop border style - none?

Answer»

I have a form that isnt sizable, doesnt have close, maximize or minimize. I am wanting to KNOW if there is anyway of MAKING it sizable, but not including the close, maximize and minimize ( doesnt show them at all, not just disable).You can do this either at run time or design time. Set the following form properties to FALSE: maximizebox, minimizebox and controlbox.

The default settings for a form are to make it sizable. Reverse what you did to make it not sizable.

 cool, thanks.



Discussion

No Comment Found