vb.net 的免费功能区控制

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1283133/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 14:21:06  来源:igfitidea点击:

Free ribbon control for vb.net

vb.netcomponentsribbon

提问by Cyclone

I was wondering if there were any free ribbon controls for vb.net, and if there are not, how I could go about making my own. I don't want to pay $300 or more for a professional one...and I would really like to add one to my project.

我想知道 vb.net 是否有任何免费的功能区控件,如果没有,我该如何制作自己的控件。我不想为专业人士支付 300 美元或更多……而且我真的很想在我的项目中添加一个。

What would be the best solution for finding/making one? Hereis my google search I tried, I could only find one for c#...

寻找/制作一个的最佳解决方案是什么? 是我试过的谷歌搜索,我只能找到一个 c#...

If possible, I would like one which is the closest to the one used in Office 2007.

如果可能,我想要一个与 Office 2007 中使用的最接近的。

回答by Wil

Here is one that takes a bit of converting, but it works well in visual basic.

这是一个需要一些转换的方法,但它在 Visual Basic 中运行良好。

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=66698&lngWId=1

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=66698&lngWId=1

old - Here is a basic one for Windows forms. (c#, but I am sure I got this working in a vb project :S)

旧 - 这是 Windows 表单的基本形式。(c#,但我确信我在 vb 项目中得到了这个:S)

http://www.codeproject.com/KB/toolbars/WinFormsRibbon.aspx

http://www.codeproject.com/KB/toolbars/WinFormsRibbon.aspx