We have an ASP.Net webpage built and need to make it so when we click a button it will send a string value to another program on the client's desktop. We need to search for the title of the program, set focus to it, and then send it the string data. I have a dll that will do this if the code is ran on the client PC but since ASP.Net is server-side, this doesn't work.
Does anyone have a way to find an open window, set focus to it, and then send it a string value?
Thanks in advance!
Does anyone have a way to find an open window, set focus to it, and then send it a string value?
Thanks in advance!