Hi,
You know those shadowed passwords (i.e. *****). Im trying to create a program that allows you to recover stored passwords, such as dialup connection as such. BTW the reason im creating this program is coz i always forget the password if i dont have to type them in.

What i have so for;
1. Not alot
2. You can find these using Spy++ by viewing the messages sent and received by the text box.
3. I need to send message WM_GetText

But what i would like to know is how can i find the handle of the textbox by letting the user drag a picture over the text box (like in spy++) and what parameters do i need to use and where can i find these?