Hello,

I've been looking high and low for resources on getting color into a textbox of some sort.

I'm writing an IRC application for my WM5 phone, but one of the features I really want is color support.

Now, I've coded irc clients before, and my main one used the Richtext control in VB6 to do all my color and such; however, there doesn't seem to be a similar control for PPC.

I've tried an irc client written by someone else (no source code available; unsure of what language) and it has color support, so I'm sure it can be done somehow.

I tried using a Panel control and adding labels to it (which would mean one color per line of text), but even then I ran into problems - for instance, I can't get the Panel control to scroll down and reveal what was just entered.

Any help would be greatly appreciated!