vb.net IE object Find and Navigate Links
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I am creating a vb.net application that logs in to some web site using UID and Pwd. After I login, page has lots of links ( ) . First, i want to get all of the links within the page and then navigate to perticular link which has file name that i pass ( this file name will be in one of the links). I then click on the links and save dialog box appear. Next, program should automatically press, save button and save the file to perticular directory. I am able to log in to the web site. I am stuck at the point where i have to get all of the . if anyone knows a way of doing this. I am writing my code in vb.net. Thanks Needy