MDI Child

J

Jassim Rahma

Hi,

I have a MDI Child and I want the user NOT to be able to resize or
restore. I have set the maximum, minimum and controlbox to false, form
border to single but I am still having the restore and minimize buttons.
Is it possible to hide it or disable it using API or anyother solution?


Many Thanks,
Jassim Rahma
 
A

Angel J. Hernández M.

Hi there... Try setting the FormBorderStyle to either FixedSingle or
FixedDialog (I suggest the first one), MinimizeBox set it to false,
MaximizeBox set it to false.

Regards,
 
J

Jassim Rahma

I did that but when maxmimizing, he user will be able to restore and
minimize because if i set the window state to Maimimam the controlBox,
Max & Min buttons will be visible.

Many Thanks,
Jassim Rahma
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top