[twsocket] ICS WndControl

2010-08-17 Thread Eric Fleming Bonilha
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

Re: [twsocket] ICS WndControl

2010-08-17 Thread Francois PIETTE
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