How do i dynamically removing/adding(cancel the removal) form area using region and graphics path class
How do i dynamically removing/adding(cancel the removal) form area using region and graphics path
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To change the shape of your Form dynamically, just set the
Regionproperty of the form to a newRegionobject created from aGraphicsPath. For example, a form with a single button on it could change it’s shape like this: (working example)