Changing the look and feel of button
-
Hello, I have a button, I want to change the look of the button when the mouse is over and when the button is pressed and released. The look and feel should be similar i.e exact replica when a menu item button is clicked. I know that I have to do this in OnDrawItem. But without using bitmaps for changing the look and feel of button, I want to use some drawing operations. Can anyone please help me to do this? Thnaks Madhavi
-
Hello, I have a button, I want to change the look of the button when the mouse is over and when the button is pressed and released. The look and feel should be similar i.e exact replica when a menu item button is clicked. I know that I have to do this in OnDrawItem. But without using bitmaps for changing the look and feel of button, I want to use some drawing operations. Can anyone please help me to do this? Thnaks Madhavi
Hi, Have a look @ this article http://www.codetools.com/buttonctrl/cbuttonst.asp Sujan
-
Hello, I have a button, I want to change the look of the button when the mouse is over and when the button is pressed and released. The look and feel should be similar i.e exact replica when a menu item button is clicked. I know that I have to do this in OnDrawItem. But without using bitmaps for changing the look and feel of button, I want to use some drawing operations. Can anyone please help me to do this? Thnaks Madhavi
hi I think you can do it using Hoover Button.. please read this: http://www.codeproject.com/buttonctrl/hoverbutton.asp[^]
-
hi I think you can do it using Hoover Button.. please read this: http://www.codeproject.com/buttonctrl/hoverbutton.asp[^]
-
Hi, I want to do the same, but without loading the bitmap on button. My buuton should only contain text. I hope u got my point. Please give me some suggestions... thnaks madhavi