frenchie_nic
Member
- Joined
- May 3, 2006
- Messages
- 7
- Programming Experience
- Beginner
Hi again all,
I am trying to teach myself Vb.net so I give myself little tasks and see if I can do them. So far I have done little games but nothing to complicated.
I use messenger a lots and I have a few ID and I always forget my ID’s an d PW
, so I decided to see if I could create a program that will sign me in automatically under any of my ID’s.
I know my limitation at the moment so I decided not to go into database to hold my data but to create a form with about 10 buttons with each having a different ID and PW assigned to them.
After a bit of reading I found how to open the messenger with SHELL, but now I am stuck cause not sure how to look at it. So far when I wanted a text box to be fill, I just assigned the value of a variable to it, but that’s only because I knew the name of the text box as I created it myself. However if I use yahoo messenger for example, I just have 2 text box. One is where my ID goes and the other is where my PW goes. So how can I populate those 2 box if I don’t know their Id?
I then would also need to give the focus on the button to "sign in" and then make it click.
So as I said, am I looking at it the wrong way?
Thanks,
Nic
I am trying to teach myself Vb.net so I give myself little tasks and see if I can do them. So far I have done little games but nothing to complicated.
I use messenger a lots and I have a few ID and I always forget my ID’s an d PW
I know my limitation at the moment so I decided not to go into database to hold my data but to create a form with about 10 buttons with each having a different ID and PW assigned to them.
After a bit of reading I found how to open the messenger with SHELL, but now I am stuck cause not sure how to look at it. So far when I wanted a text box to be fill, I just assigned the value of a variable to it, but that’s only because I knew the name of the text box as I created it myself. However if I use yahoo messenger for example, I just have 2 text box. One is where my ID goes and the other is where my PW goes. So how can I populate those 2 box if I don’t know their Id?
I then would also need to give the focus on the button to "sign in" and then make it click.
So as I said, am I looking at it the wrong way?
Thanks,
Nic