Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a simple question, How can I customize a Menu Strip on C#? VS gives you some customize options, but not too many.

I would like to change the menu border color, and the color of the selected item in the menu. I leave you here an example. I would like to do this in c#, but this is written on VB.

Link: Fully customizable Menu-, Tool-, ContextMenu-, and Status strips

Thanks in advance.
Posted
Updated 8-Dec-10 11:59am
v4

First (and you may have noticed already), you can't post images in Q/A. Second, take the code in the cited article, and convert it to C#. There are plenty of free online converters available - google is your friend. You might even learn something in the process.
 
Share this answer
 
Comments
Toli Cuturicu 8-Dec-10 18:01pm    
Well... Some people managed to put images here somehow...!
mcarmonar83 2-May-11 14:01pm    
Hey man, this article includes the DLL's of the solution, add them as a reference in your project and add them too in Visual Studio's ToolBox (Control Box), them add the control, add a menu strip and the appearance control and select a Preset or customize color, then in the control in the "appearance" property select the appearance control, and that's it, that's the good thing of Dll's, they can be writen in VB or C# and work on anyone, I test it and they work beautifully, don't convert the code, there's no need for it... cheers.
Toli Cuturicu 2-May-11 14:24pm    
This is not an answer to my comment.
It seems as an answer to OP's question.
So, post it right!
mcarmonar83 2-May-11 15:11pm    
Sorry man...
come here to convert VB--> C#:
http://c.thuvienit.com/vb-to-csharp.aspx
 
Share this answer
 
Hey man, this article includes the DLL's of the solution, add them as a reference in your project and add them too in Visual Studio's ToolBox (Control Box), them add the control, add a menu strip and the appearance control and select a Preset or customize color, then in the control in the "appearance" property select the appearance control, and that's it, that's the good thing of Dll's, they can be writen in VB or C# and work on anyone, I test it and they work beautifully, don't convert the code, there's no need for it... cheers.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900