Search code examples
visual-studiovisual-studio-2008drawing

Drawing a line in Visual Studio .net at design time


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?


Solution

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