Change Button Image on mouse over
-
Hi I want to change the image of button on mouse over. When the mouse pinter will be on button it should change the image of the button and once pointer come out from button it should come to its original state. My button havinf owner draw properties and I want to create the button at runtime. Please provide me some same code Thanks
-
Hi I want to change the image of button on mouse over. When the mouse pinter will be on button it should change the image of the button and once pointer come out from button it should come to its original state. My button havinf owner draw properties and I want to create the button at runtime. Please provide me some same code Thanks
Try subclassing.. The below link may help: Create your own controls - the art of subclassing[^] cheerio!