How to Change the Color of an "X" in a Check BoxID: Q136925 The information in this article applies to:
SUMMARYThis article describes how to change the color of the "X" in a check box.
MORE INFORMATIONThe color of the actual "X" cannot be changed under program control. However, it is possible to simulate this by using two bitmaps. The following steps show how to achieve this. 1. Create two .bmp files, one with the check box containing an "X" the way 2. When creating a check box on a form, change the Style property to
3. For the Picture property, select the not-checked box .bmp file.
4. For the DownPicture property, select the checked box .bmp file. Additional reference words: 3.00 VFoxWin KBCategory: kbprg KBSubcategory: FxprgGeneral |
Last Reviewed: September 20, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |