I'm building an ActiveX Control that manage's keys inputs and change backcolor when TextBoxes got and lose focus.
I can't find an Api Function or something that help me to centralize this events without.
I don't want to put code in the main form and I don't want to use textbox_gotfocus event.
Someone help me! I know it's posible.