> Can I put two labels on one form -- one label text is red, and the other > is blue? How?
void WinSetTextColorRGB (const RGBColorType *newRgbP, RGBColorType *prevRgbP) > > > There might be better ways than this. Create an > > > offscreen window, drav the > > > text in it, invert the pixels, display the offscreen > > > window. > > > > Either that, or you could check for an API that's > > called (something to the effect of) > > WinDrawInvertedChars, and just do that on a black > > background - how you choose to do that is up to you. > > :-) oops, there was a better way. :-/ E. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
