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
Printable View
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
Look at the Raise Event method, if you cannot work it out, show me what you have got and I will assist