Is it possible to make Windows programs have more than one WNDPROC? Is it common? In which situation I should do it?
I am thinking of dividing my program in 2 WNDPROC, each in its own thread. One will deal with the controls, appearance, etc.
The other will deal with ICMP API stuff.
Its just a test... An oportunity to finally try to understand something on threads and processes.
Thanks for any advice :)
Hmm, sounds like a good idea. I have never done such a thing though.
Kip
Log in to post a comment.
Is it possible to make Windows programs have more than one WNDPROC? Is it common? In which situation I should do it?
I am thinking of dividing my program in 2 WNDPROC, each in its own thread.
One will deal with the controls, appearance, etc.
The other will deal with ICMP API stuff.
Its just a test... An oportunity to finally try to understand something on threads and processes.
Thanks for any advice :)
Hmm, sounds like a good idea. I have never done such a thing though.
Kip