Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi How to change the background color of CIPAddressCtrl . Thanks
Hi, You will probably need to derive a class from CIPAddressCtrl and handle the WM_CTLCOLOR message and return a BRUSH with the color of your choice. Best Wishes, -David Delaune
Hi, add handler for WM_CTLCOLOR, then check for CTLCOLOR_EDIT and use SetBkColor(RGB());