Chinaunix首页 | 论坛 | 博客
  • 博客访问: 22300
  • 博文数量: 6
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 45
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-10 17:50
文章分类

全部博文(6)

文章存档

2022年(2)

2014年(1)

2013年(3)

我的朋友

分类: C#/.net

2014-07-30 22:05:31

1、下载Krypton Suite组件,安装后,在VS2012/VS2013中看不到工具箱,Krypton暂时不支持vs2012,但通过引用Dll可以手动添加到工具箱中


具体做法:
(1)打开vs2012,在菜单栏->视图(VIEW)->工具箱(Toolbox),在工具箱中,“右击”->选择项(ChooseItems),
(2) 单击“浏览”,到:
    32位系统:C:\Program Files\Component Factory\Krypton Toolkit 4.4.0\Bin
    64位系统:C:\Program Files (x86)\Component Factory\Krypton Toolkit 4.4.0\Bin
    选择,ComponentFactory.Krypton.Toolkit.dll,ComponentFactory.Krypton.Ribbon.dll,ComponentFactory.Krypton.Navigator.dll,ComponentFactory.Krypton.Docking.dll,ComponentFactory.Krypton.Workspace.dll文件,确定后即可。

2、而在VS2012中,下图这样的Krypton三个Form模版是不会自动出现在添加新项目中,需要我们手动复制krypton Project模版

具体的做法:
    C:\Program Files\Component Factory\Krypton Toolkit 4.4.0\Templates,将其中带CS结尾的文件,及dll文件拷贝到

     C:\Users\【username】\Documents\Visual Studio 2012\Templates\ProjectTemplates\中。

3、同样的,在新建项时也不会出现下图的模版,需要把Krypton项的模版复制到

C:\Users\Administrator\Documents\Visual Studio 2012\Templates\ItemTemplates\Visual C#\




阅读(5105) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~