quote:
Originally posted by RaceProUK
quote:
Originally posted by deAd
Use a timer (100 ms interval for fastest detection)
OMFG ewwww! Do you have any idea how goddam slow polling can be? Using that much effort just to check a window size: it's a total waste of CPU cycles. That's why I suggested window messages. They are much more efficient, as they're designed as an event-reponse mechanism.
True, but I was simply suggesting a way to do it without DLLs. I never said it was a good approach