I want to know the procedure for changing the color and font for the Buttons and edit controls in windows programming. the default font is big. i am using dev-c++ 4.9 compiler...
This is a discussion on How to change the color of Buttons and edit controls within the Windows Programming forums, part of the Platform Specific Boards category; I want to know the procedure for changing the color and font for the Buttons and edit controls in windows ...
I want to know the procedure for changing the color and font for the Buttons and edit controls in windows programming. the default font is big. i am using dev-c++ 4.9 compiler...
Messages:
WM_CTLCOLORBTN
WM_CTLCOLOREDIT
Last edited by Tonto; 08-26-2006 at 10:48 AM.
╔╗╔╦══╦╗╔╦══╦╗
║╚╝║╔╗║╚╝║╔╗║║
║╔╗║╠╣║╔╗║╠╣╠╣
╚╝╚╩╝╚╩╝╚╩╝╚╩╝
codez http://code.google.com/p/zxcvbn/
Unfortunately, the WM_CTLCOLORBTN doesn't work for push buttons but the WM_CTLCOLORSTATIC can be used for checkboxes.
Search the board as this question has been asked and discussed many times in the past.
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.