I've got multiple windows with ten-plus controls (mostly textboxes, but some comboboxes, etc.) used for data entry. I wanted to set the font of the label for each control to bold when it has the focus. My issue is that from my understanding, I need to include a WM_SETFOCUS and WM_KILLFOCUS for EACH control. This is not un-doable, but I would prefer only one set of WM_SETFOCUS and WM_KILLFOCUS that handle all controls on the page. Is this possible?
Thanks!
-JT
Thanks!
-JT
Comment