Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
Hi,,
it happens many times that a person is having accounts on multiple websites or apps
and the number can go from singles to hundreds. So to keep track all the ids and password, the user must remember them...

thus i want to create an app that will keep track of the user ids and passwords of a user for all its web accounts and the app will automatically/manually save the id and pass. and it can be retrieved using a master password for the app.

So this was the idea, but i don't know how to start of... So any help please....

thank u...

And yeah i want to create an app on windows 8 platform

Thnk u again
Posted
Comments
[no name] 11-Sep-12 11:22am    
"but i don't know how to start of", okay.... very broad statement (as there is no question here). Start by learning how to program, learn how to conduct research, maybe learn how to ask questions, learn which tools you need to use, create a project, write the code that does what it is that you want to do, test, fix errors, test, fix errors, test some more.
Prem Mehra 11-Sep-12 11:27am    
lol if i was not knowing how to code or program i would have gone for asking a chocolate cookie recipe wouldn't be wasting my time asking questions on coding....i wasn't asking for code.. and correct me if i am wrong... that asking questions on a forum is part of research.isn't it?
[no name] 11-Sep-12 11:33am    
Since you did not bother asking any kind of a question then you are wasting someone's time. Not only are you wasting your time but the time of everyone else that is reading and responding. Considering that you do not bother typing out the actual words in complete sentences, did not ask a specific question or provide any other information with regard to what it is that you are having trouble with, the only thing we could possbily know for sure is that you did not bother reading the posting guidelines and you want to write an application for Windows 8.

1 solution

You should start by investigating how to write a browser plug-in and then have it watch for "Username" and/or "Password" when a page loads etc...

You could start here http://msdn.microsoft.com/en-us/library/aa753617(v=vs.85).aspx[^]

Good Luck
-DrB
 
Share this answer
 
v2
Comments
Prem Mehra 12-Sep-12 14:00pm    
thnx Drb

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