|
|
 |
| VB How-To Ask your "How do I do this with VB?" questions in this forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB How-To section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

February 25th, 2004, 08:40 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
How to fill the IE's web page forms from VB?
Does anybody know how to fill the forms of IE's web page from within VB? What if the page is secure? The question is how to do it automatically, by running .exe or .dll. For example, how to write "Hello, world" in the Google search form by executing the VB code?
|

April 19th, 2009, 07:53 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2005
Location: , , United Kingdom.
Posts: 184
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
if your doing it with vb then what you can do is create an instance of the web browser control, load it up with the web page, create and instance of HTMLDocument equate that to the web browser (I can't remember how to do it exactly) and then you can start manipulating the controls on the page, even catch a button press and get it to do what you want.
If you need more info in the way of code, reply, and I'll get it to you by tuesday (21st apr)
__________________
Apocolypse2005, I'm a programmer - of sorts.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |