in vb.net i would like to draw a regular line on a form. is there a control to do this?
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.
One way at design time is to use a Label control and set it’s height, or width to
1 (2px and 3D border gives a nice chiseled effect). Or else you can manually draw using GDI: