Hello all
While I was trying to use TICSWndControl as base class to share handles for
message and consume less OS resources I ran into a very strange problem, that
took me some nights of sleep, after a lot of researching I have found a problem
in WndControl shared handles implementation, and I
I´m curious about something, you have the constant WH_MAX_MSG = 100, which
means that each Handler created can handle up to 100 different messages,
from different objects right?
Is there a reason to be 100? If I increase this number to 200 for example,
will I be able to create the double amoun
Hi
I´m studying TICSWndControl so I can use it as base class for my app.
I´m curious about something, you have the constant WH_MAX_MSG = 100, which
means that each Handler created can handle up to 100 different messages, from
different objects right?
Is there a reason to be 100? If I increase