
How do I change the background of a STATIC win32 control
By: a guest on Jan 28th, 2012 | syntax:
None | size: 0.12 KB | hits: 11 | expires: Never
SetClassLong(retval , GCL_HBRBACKGROUND, (LONG)stripes);
SetClassLongPtr(retval , GCLP_HBRBACKGROUND, (LONG)stripes);