Hi, I'm working with windows forms with c#. I've set a property maximizebox = false to my form. But when i click on form it is getting maximized. How can i prevent it?
Note: If i set my form border style is none it is not working. In the other cases it is working fine
Thanks in advance nagu