Dynamically Login to a WebPage

tonmoy

Member
Joined
Dec 2, 2004
Messages
6
Programming Experience
1-3
Hi!
Can anyone help me in solving the following problems in VB.NET?

1. I have a VB.NET form. It contains a button. When I click the button, I want that it will open a webpage whose url is say "aa.abcd.com" and then search for some data within that page.
--- But, the problem is that I have to log in that page before processing any information of that page. Say, my username is "tttt" and password is "tt". How can I dynamically login with that username and password and do my job from VB.NEt Form?

2. Same as above but in this case the website shows a image which contains some character and also shows a textbox. Now dynamically I have to insert the characters shown on the image into the textbox.

Pl.Help.

Tonmoy
 
Back
Top