Dec 12, 2012 #1 griffitd Programmer Aug 20, 2002 189 GB hi how do i get a ribbon bar in vb.net thanks
Dec 13, 2012 #2 Borvik Programmer Jan 2, 2002 1,392 US That depends on what VS/.NET Framework version you are using, and what technology you are using (WinForms or WPF). See this for the WPF version: http://blogs.msdn.com/b/wpf/archive/2010/08/03/building-a-simple-ribbon-application-in-wpf.aspx I've found this one useful for WinForms applications: http://www.codeproject.com/Articles/25907/A-Professional-Ribbon-You-Will-Use-Now-with-orb. There are others, but of the free ones available I believe these are among the top contenders. Upvote 0 Downvote
That depends on what VS/.NET Framework version you are using, and what technology you are using (WinForms or WPF). See this for the WPF version: http://blogs.msdn.com/b/wpf/archive/2010/08/03/building-a-simple-ribbon-application-in-wpf.aspx I've found this one useful for WinForms applications: http://www.codeproject.com/Articles/25907/A-Professional-Ribbon-You-Will-Use-Now-with-orb. There are others, but of the free ones available I believe these are among the top contenders.