P
paulo
Hello,
I'm developing a Windows Forms application with .NET 2.0 and I need to
centrally get all focus messages / events. For example, when a user tabs
from one TextBox to another in the application, I want to know that
TextoBox1 lost focus and TextBox2 got focus. I tried to add a
IMessageFilter to the application, but i don't seem to get anything
relevant, other than keyup and keydowns.
Is there anyway to do this?
Thanks in advance for any help given.
Regards,
paulo
I'm developing a Windows Forms application with .NET 2.0 and I need to
centrally get all focus messages / events. For example, when a user tabs
from one TextBox to another in the application, I want to know that
TextoBox1 lost focus and TextBox2 got focus. I tried to add a
IMessageFilter to the application, but i don't seem to get anything
relevant, other than keyup and keydowns.
Is there anyway to do this?
Thanks in advance for any help given.
Regards,
paulo