highlight the loaded bitmap
-
i want to load bitmap on control button, & whenever i move cursor on that button it highlight the button, & when i again leave cursor from button, it should not highlight the button
varun
hi ample downloads are available at codeproject as well as codeguru.com please go through them. i faced the same problem long ago and could solve it using the downloads from the above sites. gud luck.:rose::-D
-
i want to load bitmap on control button, & whenever i move cursor on that button it highlight the button, & when i again leave cursor from button, it should not highlight the button
varun
You have to create two bitmap resources for doing this. One is for normal state another for highlight state. On mouse over on the button you need to change the bitmap.
Sreedhar DV [Real success is having courage to meet failure without being defeated.]
-
i want to load bitmap on control button, & whenever i move cursor on that button it highlight the button, & when i again leave cursor from button, it should not highlight the button
varun
-
i want to load bitmap on control button, & whenever i move cursor on that button it highlight the button, & when i again leave cursor from button, it should not highlight the button
varun
Use CBitmapButton instead of CButton.
nave [OpenedFileFinder]
-
Use CBitmapButton instead of CButton.
nave [OpenedFileFinder]