C# adding OvalShape and RectangleShape tool references to a project

Posted by flavour404 on Stack Overflow See other posts from Stack Overflow or by flavour404
Published on 2010-03-14T01:58:17Z Indexed on 2010/03/14 2:05 UTC
Read the original article Hit count: 551

Filed under:
|

Trying to add a 'box' to a form at design time, I looked up the msdn and it clearly states that I should be able to do this using the OvalShape and RectangleShape control tools in my Visual Studio 2008.

shape container

Now it should be found under the visual Basic PowerPacks, but all I have listed is Pointer and PrintForm, how do I add it?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#