views:

4488

answers:

1

Hi, 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.

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

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

+1  A: 

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

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)

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

Wil
This is the c# one I just deleted off my computer, it won't work with VB :(
Cyclone
edited - found the link! can't believe how many bookmarks I have!
Wil
The new one is only for vb6. If you can figure out how to make the link on http://msdn.microsoft.com/en-us/office/aa973809.aspx work, lemme know. If you can explain how to make the c# one work for vb, please, let me know lol...
Cyclone