Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB How-To
|
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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 25th, 2004, 08:40 PM
Registered User
 
Join Date: Feb 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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?
 
Old April 19th, 2009, 06:53 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 244
Thanks: 3
Thanked 4 Times in 4 Posts
Default

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.





Similar Threads
Thread Thread Starter Forum Replies Last Post
New at VB.Net - Need help with delpoying web forms Pail .NET Web Services 0 September 21st, 2005 02:22 PM
Help to fill forms quickly khytonen Access VBA 3 February 15th, 2005 10:38 PM
Problems at Using CRViewer for Web-Forms (VB.NET) vblover Crystal Reports 1 August 27th, 2004 10:38 AM
Problems at Using CRViewer for Web-Forms (VB.NET) vblover BOOK: Professional Crystal Reports for VS.NET 0 August 18th, 2004 10:04 AM
Auto-fill acrobat forms with databases ... austinglen Classic ASP Databases 0 January 4th, 2004 08:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.