Click here to Skip to main content
15,868,016 members
Articles / Programming Languages / Visual Basic
Article

Improved and Recoded RibbonMenuButton

Rate me:
Please Sign up or sign in to vote.
4.93/5 (160 votes)
5 Jun 2007CPOL4 min read 355.4K   14.8K   493   86
A new version with many functionalities
Screenshot - presentation.png

Introduction

First of all, thanks to everyone. I am grateful to know that people value this effort. I remember like yesterday when I was sixteen, more or less, and I saw many types of software, apps and games. For me, it was impossible to access and develop software then. I have learned a lot since, however, and I realize that it's now one million times easier to access this kind of software. Furthermore, if I can help anyone to create eye-candy apps, I've decided that they can use my code freely.

Background

I was thinking about how to make a fully customizable button and about how difficult it was changing RGB components. I decided to make RibbonColor, which has many options to operate with colors. If you play the demo app, you will understand quickly as you move the Hue, Sat and Brightness track bar. I have to admit that I have approximately 70% of the new RibbonControl library finished. However, as people are anxious to have improved code and have told me that I did not explain practically anything about my code, I've decided to do this like for dummies. So, here we go.

How to Use the Code

First of all, create a new Windows application. From the Solution Explorer, choose the option Add Existing Item. Then choose RibbonMenuButton.cs and Rebuild the project. Now, if you go to the form1 designer, in the toolbox you will have RibbonMenuButton. Drag it to the form. You will see a control without sense, but let's play with the properties. First, set properties for the RibbonMenuButton:

Screenshot - ribbonmenubuttonprops.png

When you have set the properties, add an image, set the text you want and set the font to Segoe UI if you have it. You will have something like this:

Screenshot - trialbutton.png

If you have compiled the project and you get this, the next step is to change the properties of the control. Let's see what each property represents. I recommend that you look at the button's Properties settings in the demo project:

  • Arrow: Paints an arrow ToRight or ToDown; this only paints, as the double functionality is in another property.
  • Colors: I think this doesn't need explanation; I recommend you to use the PlayGround app to choose your colors.
  • FadingSpeed: This facilitates fading between colors; choose 0 to avoid fading.
  • GroupPos: This is to make round corners on the Left, Right, Center (None), Top or Bottom.
  • ImageLocation: To put the image on the Left, Right, Top or Bottom.
  • ImageOffset: To offset from the borders.
  • MaxImageSize: To make buttons larger with a scaling image limit.
  • Radius: The corner radius.
  • ShowBase: If you want to show the BaseColor and BaseStroke color where Transparent is a color and makes fading. If set to No, it doesn't make fading.
  • SplitButton: Creates a double function button; the arrow section opens the associated ContextMenu and the other section, the main event.
  • SplitDistance: How big the arrow section button is.
  • Title: If you set this different from "", it automatically puts the title bold and under the text.
  • Text: If you have a title and want two lines of text, add \n to the text to make two lines.
  • KeepPress, IsPressed: If KeepPress is active on some buttons, when one of them is pressed, it keeps the press and the others in the containers lose the IsPress.

I have tried to crash the app, but it always works. So, I think the code is effectively error-free.

Points of Interest

If you want to learn more about these controls, I recommend that you take a look at:

  • this.Region: That's a good way to avoid matters of transparency.
  • LinearGradient With multiple colors, that makes the gradients easy.
  • MeasureString: That's a good method to position the text because you have to take away the base.OnPaint -> you have to do everything, including write the text.
  • TransformColors Method including the alpha opacity.
  • DrawArc method: As you can see, with the radius you can make smooth corners.
  • OnMouseUp: Here you can see what happens when the SplitButton is activated and IsPressed activated.
  • RibbonColor: I took the formulas from Wikipedia and Gimp. The System.Drawing.Color.GetHue, Sat and Brightness don't work well.

History

  • 5 June, 2007. 1.6 - Solved Repaint, ChangingSize and excessive CPU consumption. Added KeepPress and IsPress functionality.
  • 16 May, 2007. 1.5 - Because I had to recode everything when I learned how to use Hue, Saturation and Brightness.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Expediteapps
Spain Spain
I'm Electronic Engineer, I did my end degree project at Astrophysical Institute and Tech Institute. I'm HP Procurve AIS and ASE ,Microsoft 3.5 MCTS
I live in Canary Islands ,developing customized solutions

Deeply involved in Xamarin Forms LOB (including Azure Cloud with offline support, custom controls, dependencies) projects, WP8.1 & W10 projects, WPF modern styled projects. Portable libraries like portablePDF, portableOneDrive, portableReports and portablePrinting (using Google Printing API).


Web and apps showcase at:
Expediteapps


Take a look to my blog
Blog

Comments and Discussions

 
GeneralCan't wait until I see the first RibbonMenu Control Pin
deathagen11-Jun-07 17:40
deathagen11-Jun-07 17:40 
GeneralAwesome Pin
Edsta5-Jun-07 23:52
Edsta5-Jun-07 23:52 
GeneralColors and CPU Pin
Ferdi5-Jun-07 6:07
Ferdi5-Jun-07 6:07 
GeneralRe: Colors and CPU Pin
Juan Pablo G.C.5-Jun-07 6:18
Juan Pablo G.C.5-Jun-07 6:18 
GeneralRe: Colors and CPU Pin
Ferdi5-Jun-07 7:11
Ferdi5-Jun-07 7:11 
GeneralRe: Colors and CPU [modified] Pin
Ferdi7-Jun-07 4:59
Ferdi7-Jun-07 4:59 
GeneralRe: Colors and CPU Pin
wout de zeeuw13-Jun-07 0:09
wout de zeeuw13-Jun-07 0:09 
GeneralRe: Colors and CPU Pin
tcsoccerman8-Dec-07 6:26
tcsoccerman8-Dec-07 6:26 
GeneralThanks a lot Pin
Juan Pablo G.C.2-Jun-07 23:44
Juan Pablo G.C.2-Jun-07 23:44 
GeneralRe: Thanks a lot Pin
Bizounours3-Jun-07 7:41
Bizounours3-Jun-07 7:41 
GeneralCPU usage Pin
Bizounours29-May-07 4:16
Bizounours29-May-07 4:16 
GeneralCPU usage Pin
Aliao4-Jun-07 21:32
Aliao4-Jun-07 21:32 
GeneralRe: CPU usage Pin
Bizounours5-Jun-07 0:20
Bizounours5-Jun-07 0:20 
GeneralRe: CPU usage Pin
Bizounours5-Jun-07 6:36
Bizounours5-Jun-07 6:36 
Generalsuggestion Pin
Secrets22-May-07 1:21
Secrets22-May-07 1:21 
GeneralRegioning Pin
NWiersma21-May-07 1:28
NWiersma21-May-07 1:28 
GeneralRe: Regioning Pin
Juan Pablo G.C.21-May-07 4:17
Juan Pablo G.C.21-May-07 4:17 
Questionfor asp.net?? Pin
sumanshakya19-May-07 20:52
sumanshakya19-May-07 20:52 
AnswerRe: for asp.net?? Pin
Juan Pablo G.C.19-May-07 23:07
Juan Pablo G.C.19-May-07 23:07 
GeneralChange Image Color when disabled Pin
Kwan Fu Sit16-May-07 9:24
Kwan Fu Sit16-May-07 9:24 
GeneralFix Pin
User 349895416-May-07 7:45
User 349895416-May-07 7:45 
GeneralThanks Pin
Dr.Luiji16-May-07 1:16
professionalDr.Luiji16-May-07 1:16 
GeneralNaming convention will cause problems Pin
bsherwin15-May-07 4:37
bsherwin15-May-07 4:37 
GeneralRe: Naming convention will cause problems Pin
Juan Pablo G.C.15-May-07 8:45
Juan Pablo G.C.15-May-07 8:45 
QuestionVery Cool But... Pin
king gamo15-May-07 2:28
king gamo15-May-07 2:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.