Working with the WinAPI I've got a text box and button set up. I'm trying to make the text in the text field clear when the button is pressed. I presume it's going to be in the WM_COMMAND call using the sendmessage() function, but not sure how the sendmessage() function would accomplish this.