3

您好,我已经安装了 krypton 工具包,它使您的程序看起来更友好。这是我的问题。我无法使用工具包我尝试查看所有选项但没有答案,我在互联网上查看没有答案我如何在 vs 2012 上使用该工具包,因为我知道它曾经在 vs 2010 上工作

4

2 回答 2

9

Krypton Toolkit 在 Visual Studio 2012 中运行良好。

您可能必须手动将控件添加到您的工具箱中,以便以您习惯的方式使用它们。

  1. 通过单击“查看”菜单,然后单击“工具箱”菜单项来显示工具箱。
  2. 右键单击工具箱,然后单击“选择项目”。
  3. 单击“浏览”按钮,然后导航到 Krypton 目录。这通常是C:\Program Files\Component Factory\Krypton Toolkit x.y.z\Bin\xyz 是您安装的 Krypton 版本的位置。Program Files (x86)如果您正在运行 64 位 Windows ,它将在其中。
  4. 选择ComponentFactory.Krypton.Toolkit.dll文件(以及可选的其他 Krypton 文件:ComponentFactory.Krypton.Navigator.dllComponentFactory.Krypton.Workspace.dllComponentFactory.Krypton.Docking.dllComponentFactory.Krypton.Ribbon.dll)。
  5. 单击“打开”按钮。

您的工具箱现在将填充 Krypton 控件,您可以像使用以前的 Visual Studio 版本一样使用它们。

于 2012-11-05T06:05:34.717 回答
-1

就是这样。谢谢。打开后,您会在“所有 Windows 窗体”工具箱列表中以 Krypton .... 的名称注意到它们。您还需要在菜单>Project >> Add Reference 中浏览它,然后导航到 C:\Program Files\Component Factory\Krypton Toolkit 4.4.0\Bin\ 中的相同 dll(2013 年 3 月的当前版本)。现在您可以声明“使用 ComponentFactory.Krypton.Toolkit;” 设计屏幕中现在应该出现大约 37 个控件。

于 2013-03-28T22:23:32.627 回答