G
Guest
How do I use a delegate for WndProc?
I have a form that processes (intercepts) some windows messages only when a
particular command button is pressed. How do I use a delegate for WndProc so
that I can override the WndProc Sub only when the button is clicked and
restore the original WndProc when I am done?
I have a form that processes (intercepts) some windows messages only when a
particular command button is pressed. How do I use a delegate for WndProc so
that I can override the WndProc Sub only when the button is clicked and
restore the original WndProc when I am done?