C#C
C#3y ago
ByGoalZ

❔ Get website icons from URL

Hey, so I'm currently learning C# (i have coded in other languages already) and for my first project I wanted to make a password manager.
I already kind of planned how it should work but I thought of a cool idea. In a password manager you give the website (i.e. twitter.com) and your password (then it will be saved to a text file).
What I want to do is to automatically get the icon of that website (if possible) and add it on an imagelabel (im using windows forms in visual studio).

Would that even work, and if yes, how? It may be too advanced as a beginner but I like learning like that.
Was this page helpful?
❔ Get website icons from URL - C#