I am working on automating a program whose source I don't have. I have everything working except I am struggling with sending a message to two fields. I am able to send the characters using a cmdlet created by Dr. McCaffrey, which uses sendmessage.
The problem is that this appends the characters to the end of the field. I want to make another cmdlet that clears the field first so that I may then append the characters to it but I canot figure out how to do that with sendmesage and I was unable to find anything about that in the user32 library.
Thanks for the help all.
The problem is that this appends the characters to the end of the field. I want to make another cmdlet that clears the field first so that I may then append the characters to it but I canot figure out how to do that with sendmesage and I was unable to find anything about that in the user32 library.
Thanks for the help all.
Comment