Form application query
I have attached an application where i want that when i click on maximize option ,it will not work. But minimize n close option will work. please help me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Jul 30, 2013, 10:43 AM
you can do this by setting the property of the form.
The Form has two properties called MinimizeBox and MaximizeBox, set
MaximizeBox to false by default its true.
1st select the form and go to property window and make it false.
check the attached code sample you given i modified it.
Sanjeeb LenkaPosted Jul 30, 2013, 11:28 AM
Mark it as answered if it helps you...
Preeti AgrawallaPosted Jul 30, 2013, 11:25 AM