OmarOthman
New member
- Joined
- Nov 1, 2006
- Messages
- 4
- Programming Experience
- 3-5
When I make a new ToolStrip, and begin inserting ToolStripMenuItems in it, everything is OK in the designer, but at runtime the color of the ToolStrip changes to the VS.NET 2005's light brown. I want Office 2003's blue, as in the designer. I tried Application.EnableVisualStyles(), and it corrected the ToolStripMenuItems but not the ToolStrip itself. Also, you know that when you make a ToolStripMenuItem's Text property, for example; &VB, it'll be shown in the ToolStripMenuItem as VB, with the V underlined. Again this is evident in the designer, but not at runtime. Of course the problem is not to change a color or underline a letter, I really want to know what happens exactly and understand it. Is this a bug?!
Thanks in advance.
Thanks in advance.