The Krypton Suite of .NET WinForms controls are now freely available for use in personal or commerical projects.

I developed and sold them from my company Component Factory from 2006 until 2014, when the lack of sales meant selling the controls was no longer viable. So I decided to make them open source so that .NET developers had a good set of free controls to use in their projects. Full source code for all the controls and components is included along with Visual Studio projects and solution files.

Getting Started

Bin directory contains already compiled copies of all the example projects and the Krypton assemblies, so I recommend you start by running the Krypton Explorer application in this directory. It lists all the controls along with example applications used to show them in operation.

Documentation

Help directory contains a KryptonHelp.chm file that can be double clicked to open the documentation. I recommend you read this before developing using the Krypton controls.

Using with Visual Studio

  • Start Visual Studio and create/open your Windows Forms project
  • Open the main Form of your application and show the Toolbox
  • Right click the Toolbox and Add Tab, give it the name Krypton
  • Right click inside the new tab and select Choose items
  • Click Browse and go to the Bin directory, and select all the ComponentFactory.Krypton... assemblies
  • Select OK and now you have them all in the Toolbox!

Source

Source directory contains the full source code that you can view, modify and directly compile. The Krypton Componentssub-directory contains all the actual controls, the other directories are for the myriad example projects.

Krypton Toolkit

49 basic controls with full and consistent theming.

     

Krypton Ribbon

Office style ribbon control.

   

Krypton Docking

Drag and drop just like Visual Studio.

Krypton Navigator

A TabControl but so much better.

   

Krypton Workspace

Organize the client area of your application.

最新文章

  1. 如何将Eclipse中的项目迁移到Android Studio 中
  2. 安装Ubuntu的那些事儿(续)
  3. 【OOAD】OOP的主要特征
  4. Android View 之进度条+拖动条+星级评论条....
  5. CSS2-3常见的demo列子总结
  6. js功能汇总
  7. 测试img在不显示时是否加载?
  8. SequoiaDB(巨杉数据库)(社区版)安装配置使用图解
  9. struts2与struts1整合,Unable to load configuration. - interceptor-ref ... struts.xml
  10. ecshop 改变sitemap.xml的位置
  11. 分享php中四种webservice实现的简单架构方法及实例[转载]
  12. ajax的get请求
  13. javase学习小结一
  14. nignx
  15. robotframework日志中文乱码,编译提示‘utf-8’ codecxxxx。
  16. VS2010编译Unigine_2010源码
  17. django for 循环中,获取序号
  18. numpy深入理解剖析
  19. ThinkPHP做自动登陆及异位或加密COOKIE!
  20. chm帮助文档制作及C#调用

热门文章

  1. CSS选择符有哪些?哪些属性可以继承
  2. SPA(单页面应用)和MPA(多页面应用)
  3. SpringMVC+Spring4+Mybatis3
  4. CSS初识
  5. socket客户端的备份机制
  6. qthread线程
  7. visual studio中配置opencv
  8. linux find 用法和常见用例
  9. 什么是LMDB闪电记忆映射数据库
  10. 推荐一些CSS命名规范