I have a user control with a text box on it. The Textbox does not fire the Change event when I use SendMessage to change the text property.

What must I do to get the Change event to fire as expected?

Thx