Quote:
Originally posted by Frans C
Not all events are raised as a respons on a window message.
eg. If you would create an ActiveX control, you could raise a TextChanged event in the Property let procedure of the Text property. This way the event would be raised when the text property was changed in code as well.
Ah!!! Agree! But maybe windows create a custom message for every event we create.. but your point is valid..
Quote:
Because windows does not need to send a message to the window when the text is changed programmatically (the window already knows it has changed, it did it itself), you can't intercept a windowmessage.
DisAgree!! There should be some message so that the change in text could be known by other applications... If there isn't any message for that what am i supposed to do? Call the Police? :rolleyes: