

InterviewSolution
Saved Bookmarks
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. |
|