View Single Post
Old June 22nd, 2009   #27 (permalink)
S.T.A.R.S.
 
S.T.A.R.S.'s Avatar
 
Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
Exclamation

The ENTIRE code is the same.Only I needed to change those 2 statements.They are both the same.One of them is this one:
e.Graphics.DrawString(s1,new Font("Verdana",10),new SolidBrush(Color.Red),rcText,sf);

Only what I needed to add was: "FontStyle.Bold".It looks like this:
e.Graphics.DrawString(s1,new Font("Verdana",10,FontStyle.Bold),new SolidBrush(Color.Red),rcText,sf);

Weee!!It works EXACTLY as I wanted!
Here are two pictures to see how it looks like.The first picture shows the unhovered menu item and the second one shows the hovered menu item:
Attached Images
File Type: jpg 1.JPG (106.0 KB, 10 views)
File Type: jpg 2.JPG (106.6 KB, 10 views)
__________________
GOODBYE FOREVER EVERYONE...
S.T.A.R.S. is offline   Reply With Quote