How draw a box?

  • Thread starter Thread starter VB Programmer
  • Start date Start date
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?
 
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.
 
Back
Top