Is it possible to design my form like 3D? Or having my form displayed as a rounded rectangle?
Are there some online tutorials?
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.
In WinForms you can use TransparencyKey to set part of your form transparent. This allows you to create rounded forms.
If you really want to go crazy with your UI look at WPF