Is it possible to send data from a WinForm app and insert it into textboxes on a web site using WebRequest?
Ex: I click a button on my windows app that sends some text. I want that text to be inserted in a textbox on some company's website that I have open in my browser.
If this is not possible, how could that be done?
Ex: I click a button on my windows app that sends some text. I want that text to be inserted in a textbox on some company's website that I have open in my browser.
If this is not possible, how could that be done?