tags:

views:

59

answers:

1

I have handle of a text box and want to trigger an event in ATL c++ on any text change in text box.

+1  A: 

ATL 3.0 Window Classes: An Introduction is one of the best introductory articles for ATL Windowing system.

Having read that then EN_CHANGE notification should point you in the right direction.

Cristian Adam