Well, I tried my best to look at code examples and messages all over the Internet on how to do this, but I could not succeed after a few months using the Windows API to interact with another which is already running. I am not the best programmer, and some of these things are outside of me.
The most I could do was find the calculator process and its handle and use it with SetWindowText to change the title. What I really would like to know how to do is make my program using Windows user32 (I think it should be the right library) to enter some numbers, actually pressing the number keys on the software calculator to make it simple payment.
I really have no use for this program, it is just a goal that I am trying to understand in order to learn how to use the window API at my very entry level SPECIFICALLY in C #. If someone does not have the code for this, or even if you do, I would best appreciate some of the suggestions on books or resources on the Internet that I have to read to find out how to do this.
source
share