Hi, how i can set background image toToolStripMenuItem in c# at testToolStripMenuItem_MouseHover and testToolStripMenuItem_MouseLeave events. I have tried this but it doesn't work for me..
testToolStripMenuItem.BackgroundImage = Image.FromFile(Application.StartupPath + "\\Button\\BIGBUTTON\\Test Centre-OVER.jpg");
When i put MouseHover on testToolStripMenuItem it will display one blue spot on particular after mouse leave image will be set. i dont understand what happening out their
In short i want to display two images from mouse hover and leave. How i can do this..
Thanks in Advance..