-
I'm working on a small program and need a little assistance.
I've changed the style property to a check box control to
graphic so I can change the font color. It worked beautifully except for one small prob. When it's clicked, the control gray's out for about a half second before the next form loads. Any help would be appreciated.
-
If you want to use the CheckBox control just to create a commandbutton with changable forecolor then I suggest to abandon that idea and add Microsoft Form 2.0 Object Library. It has a commandbutton control with changable forecolor (and it acts like regular commandbutton)
If that's not the case then ignore my post
-
????
you can change the forecolor of a checkbox without
changing it to graphical style.. either way, I could
not see the flickering..perhaps you could paste the code acted upon when the value of the check box = true