Hello, I am using C#, GDI+ and .Net Framework 3.5. My application draws a string using g.DrawString(text, font, brush, x, y) in OnPaint. I want to turn the text red when the mouse is moved over it. How can I set up a MouseOver event on this text? If you could point me to articles or examples that shows how to do this, I would greatly appreciate it. Charles