I am using C# and winform application .net Version 3.5 and Vs 2008
How Would i Can create A custom Panel with the rounded edges ? How Can we use that Control in Different Project ?
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.
A quick google on
returned the following as the first result:
C# Form with custom border and rounded edges
To use it in other projects, create the panel as a UserControl, rather than a window.