Visual Studio adding OvalShape and RectangleShape tool references to a project

不打扰是莪最后的温柔 提交于 2019-12-24 07:46:12

问题


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?


回答1:


You might have to add a DLL reference to your project...



来源:https://stackoverflow.com/questions/2440912/visual-studio-adding-ovalshape-and-rectangleshape-tool-references-to-a-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!