【发布时间】:2015-04-08 08:59:02
【问题描述】:
我正在使用 C# VS2010 开发一个 Windows 窗体应用程序。
我在互联网上找到了一个我想在我的项目中使用的用户控件的实现。
问题:如何导入或包含它,以便在我的Toolbox 中看到它?
我将 UserControl 目录复制到我的项目目录中(见附图) 然后构建项目并收到此警告:
Error 1 Unable to create a manifest resource name for "RecessEditorControl.resx". Could not find file 'C:\Users\bassam\Desktop\comm\Projects\Thunder Archive\Thunder Archive\RecessEditorControl.cs'. Thunder Archive
知道应该怎么做吗?
【问题讨论】:
标签: c# user-interface import copy