Visual Studio 向项目添加 OvalShape 和 RectangleShape 工具引用
问题描述:
尝试在设计时向表单添加框",我查看了 msdn,它明确指出我应该能够使用 Visual Studio 2008 中的 OvalShape 和 RectangleShape 控制工具来做到这一点.
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.
现在应该可以在visual Basic PowerPacks下找到它,但我列出的只是Pointer和PrintForm,我该如何添加?
Now it should be found under the visual Basic PowerPacks, but all I have listed is Pointer and PrintForm, how do I add it?
答
您可能需要向项目添加 DLL 引用...
You might have to add a DLL reference to your project...