Hi all,
I'm new here. I hope somebody could help me.
I'm working on a proprietary UI framework. The main overlapped window, of a generic program, is really an HWND but almost all the rest inside the client area is managed by that framework.
For instance, all functionalities of a button are replicated including the rendering. It's not a window button. While for other more complicated controls, like an EDIT instead, the framework renders it when the edit has no focus, once it got a focus, a...
Workaround of getting and losing focus on a proprietary UI framework
I'm new here. I hope somebody could help me.
I'm working on a proprietary UI framework. The main overlapped window, of a generic program, is really an HWND but almost all the rest inside the client area is managed by that framework.
For instance, all functionalities of a button are replicated including the rendering. It's not a window button. While for other more complicated controls, like an EDIT instead, the framework renders it when the edit has no focus, once it got a focus, a...
Workaround of getting and losing focus on a proprietary UI framework