How draw a box?

V

VB Programmer

VB.NET 2005 WinForm App:

How do I draw a black box or another shape on the form I'm designing? I
want to do it manually, not thru code. Is there a way or a 3rd party
add-on?
 
G

Greg Burns

VB Programmer said:
VB.NET 2005 WinForm App:

How do I draw a black box or another shape on the form I'm designing? I
want to do it manually, not thru code. Is there a way or a 3rd party
add-on?

Manually is through code. :^)

Do you mean visually using the designer? You could use a headless GroupBox
control to some effect.
 

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

Top