G
Guest
Is it possible to create a window and associate 2 windows procedures to it for event handling
I mean
LRESULT CALLBACK WndProc1(......
LRESULT CALLBACK WndProc2(......
and then
WNDCLASS wc
...
wc.lpfnWndProc = WndProc1
How to bind the second window procedure to the WNDCLASS?
Thanks in advance
I mean
LRESULT CALLBACK WndProc1(......
LRESULT CALLBACK WndProc2(......
and then
WNDCLASS wc
...
wc.lpfnWndProc = WndProc1
How to bind the second window procedure to the WNDCLASS?
Thanks in advance