I
illegal.prime
Hi all, I want to hook into the event handler that is used when the
scroll changes when you tab through controls.
I expected this event to get sent through:
protected override void WndProc(ref Message msg)
But, this method is not triggered when the user is just tabbing through
controls.
Anyone know which hanlder list I have to add my own custom handler to
or which handler I should override.
Thanks,
Novice
scroll changes when you tab through controls.
I expected this event to get sent through:
protected override void WndProc(ref Message msg)
But, this method is not triggered when the user is just tabbing through
controls.
Anyone know which hanlder list I have to add my own custom handler to
or which handler I should override.
Thanks,
Novice