大家好我正在尝试在C#上查找日历控件,但我无法在任何地方找到它使用Visual Studio 10和12.我将上传我面临的问题(我正在寻找日程安排)。
任何人都可以帮助我,所以我知道如何将这种日历添加到我的表单中。
我正在查看选择项目的日历控制。你可以在这个视频https://www.youtube.com/watch?v=cAPxOTBmaWc上找到它,但不能在我的视觉工作室找到它。 1. It does not recognise it 2. Also here I cannot find it 3. In that video it shows I should be able to find it on "choose items" but on mine I cannot find it
答案 0 :(得分:0)
Youtube视频是Viscomsoft教程。因此,请搜索Google Viscomsoft。他们提供第三方控制。请执行以下操作:
这不是Visual Studio功能的内置功能。如果要将第三方.dll添加到工具箱,请确保将链接添加到项目中。然后转到工具箱 - >右键单击 - >添加元素并选择.dll。
希望这会有所帮助;)