A simple Que

mmb

Active member
Joined
Aug 1, 2004
Messages
42
Programming Experience
1-3
When I disable the button control, its font color wipes out.

What I want is that, it s font color remains black.
I tried out few ways but didnt work out.
Help me out.

MMB
 
The simplest option will be to enable/bisable your code instead of the button. Use a bool and set it to true/faulse and at the start of the button_click event use an If bool then statment.

TPM
 
Back
Top