to draw a 3D-line

  • Thread starter Thread starter Maileen
  • Start date Start date
M

Maileen

Hi,

I would like to know if under VB.NET exist some component which allow us
to draw a 3D line (instead to draw 2 lines - 1 white and 1 dark grey) ?

thanks a lot,
Maileen
 
Hi Maileen,

you can use the next tip;
Put a GroupBox control into the form.
Change the Text property of the control to blank (no text).
Now, change the Height property in the Size property group to 2.
That's all.

If you want to use a vertical 3D bar, you can change the width property to 2
instead of height property.

I hope that helps.

Jorge Serrano Pérez
MVP VB.NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top