cannot trigger the textchanged event while using sendmessage and WM_SETTEXT but PostMessage can
问题 I have a problem similar to this but I still cannot solve it. I am trying to edit a textbox for contrast and another for brightness inside an image viewer program from my wpf program. Changing the values inside these two textbox will trigger the change of the image right away. Using Spy++ allows me to get the exact window handle for both of those textbox and I've tried these following methods but still can't get what I need from my C# program. Method 1: This method allows me to change the