I am routinely updating (twice a second) the color of a set of buttons that I have added to a dialog. Frequently, while only clicking somewhere on the dialog, I get exceptions to the GDI32. If I disable the buttons so that they don't get redrawn, I don't get the exceptions. The message is:
First-chance exception in LSBR.exe (GDI32.DLL): 0xC0000005: Access Violation.
I have removed all code that talks to the buttons or changes their status, and that does not remove the exceptions! I have found no information concerning this on any postings yet.
Thanks, Dave