Hello all, I've been a programmer for a while and figure it's about time I started learning how to develop Windows applications with GUI's.<P>I've done quite a bit of event-driven programming with ...
I have a base object with a member:<BR><BR>static HPEN redPen; <BR><BR>then I have another member:<BR><BR>HPEN currentPen;<BR><BR>I also have some other colored pens that I initialize in my ...