Thanks Gentlemen,
In the label-button project, there is a type conditional statement that I don't understand. It appears to be a compile time conditional but I do not understand WHAT is being tested.
#if 0
blah blah blah
#endif
I don't understand WHAT is being tested for: 0
Other than that, I will pare-down the example to only what I need (set color of text and background in a text or edit box), and see if I can get it running.
Can you tell me about the #if above, please?
Thanks,
rp108