Hi,

I have two VB6 applications, and I am working on changing the properties of one using API calls in the other (just experimenting, really). Anyway, I was wandering if there's a way to change the text colour in a textbox using API?

I had a look with the usual Spy++ when changing the text colour within the program, but that just posts the message 'WM_PAINT'. I also had a look at the SetProp function in MSDN, but I'm not sure where to go with that.

Any ideas?