本文介绍了如何完成msdn演练ref:Composite Control的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Visual Studio 2013.我正在尝试完成msdn演练......使用Visual Basic创建复合控件的演练,网址为https://msdn.microsoft.com/en-us/library/c316f119 (v = VS.80)的.aspx。我能够完成90%的演练,直到达到下面显示的第5项。

I am using Visual Studio 2013. I am trying to complete a msdn walkthrough... "Walkthrough Authoring a Composite Control with Visual Basic" at URL https://msdn.microsoft.com/en-us/library/c316f119(v=vs.80).aspx. I am able to get through 90% of the walkthrough until I reach item 5 shown below.

1.In Solution Explorer, right-click ctlClockLib, and then click Build.
2.On the File menu, point to Add, and then click New Project.
3.Add a new Windows Application project to the solution, and name it Test.

The Test project is added to Solution Explorer.

4.In Solution Explorer, right-click the Test project node, and then click Add Reference to display the Add Reference dialog box.
5.Click the tab labeled Projects. The project ctlClockLib will be listed under Project Name. Double-click ctlClockLib to add the reference to the test project.
6.In Solution Explorer, right-click Test, and then click Build.
7.In the Toolbox, expand the ctlClockLib Components node.
8.Double-click ctlAlarmClock to add an instance of ctlAlarmClock to your form.





没有标签为Projects的标签,也没有列出项目。我做错了什么?



There is no tab labeled "Projects" and there are no projects listed. What am I doing wrong?

推荐答案


这篇关于如何完成msdn演练ref:Composite Control的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 21:15
查看更多