Hi:<BR><BR>I am to write an audio utility in C using the Win32 API. My co-worker suggested that I use this API since it would be much simpler than developing in java using java media framework for ...
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 ...