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