Is there a way to create a winforms app, that detects an open browser and then reads the html.
i need to create an app that checks your browser and if there are fields like address, email etc. the winforms app must automatically fill it in.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to do this kind of work you need to inject your code into the browser process. You can implement your application as an add-on of the browser.