How can i get access to the control box like close,minimize...??
How can I dissable the mmaximize button?
thanks!
Printable View
How can i get access to the control box like close,minimize...??
How can I dissable the mmaximize button?
thanks!
In form properties (see property window when you have form selected) you can find MaxButton. Set it to False. No more maximum button. There's property for MinButton too.
For close button you must use API. Someone else can help with that one or you can search the forum by yourself :)