views:

1014

answers:

1

The owner of my company wants to be able to draw lines in Visual Studio.net as he did Visual Basic 6.0. So far the only method I have found is a runtime method using system.drawing which of course only work during runtime, and not quite practical for what he wants to do.

Is there any third party control (free or otherwise) that will give him a button at design time to draw lines?

+4  A: 

Use the Visual Basic Powerpack (free, from Microsoft, the makers of VB.Net)

GvS
That did it worst part is I already have it.
Sean