Click here to Skip to main content
15,886,633 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear experts,

Can you guys help me with the code to autofill a password on any site?

Than you :p

PS: c#, winforms

What I have tried:

I have searched on the internet but i didnt really found anything.
Posted
Updated 25-Oct-21 21:57pm

1 solution

If you mean to create a password "library" that can autofill passwords in websites you browse to, you can't do that in Winforms: you would need to create a browser extension to run as part of the browser, in the same way that Chrome's autofill option works.

These may help:
Getting started with developing browser extensions[^]
Building a cross-browser extension - Mozilla | MDN[^]
But don't expect this to be a trivial job, and expect to have to test it (and revise your code) on quite a few different browsers!
 
Share this answer
 
Comments
Chester Reijnders 26-Oct-21 5:38am    
Is there any way to do this in vs (visual studio) 2019?
OriginalGriff 26-Oct-21 6:16am    
VS does not have templates for browser extensions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900