Click here to Skip to main content
15,912,457 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: c1 truedbgrid Pin
gpa200026-Jan-04 5:16
gpa200026-Jan-04 5:16 
GeneralImporting data from Excel to Access using VB6 Pin
Member 78800722-Jan-04 19:50
Member 78800722-Jan-04 19:50 
GeneralRe: Importing data from Excel to Access using VB6 Pin
Roger Stewart23-Jan-04 1:58
professionalRoger Stewart23-Jan-04 1:58 
GeneralDisable rows in Datagrid Pin
ShoaibDanish22-Jan-04 19:48
ShoaibDanish22-Jan-04 19:48 
Generalgetting active machines Pin
radhika8122-Jan-04 19:16
radhika8122-Jan-04 19:16 
GeneralRe: getting active machines Pin
Dave Kreskowiak23-Jan-04 2:44
mveDave Kreskowiak23-Jan-04 2:44 
Generalvbs Script using msie as an object Pin
Ruzz22-Jan-04 14:41
Ruzz22-Jan-04 14:41 
GeneralRe: vbs Script using msie as an object Pin
Dave Kreskowiak23-Jan-04 2:39
mveDave Kreskowiak23-Jan-04 2:39 
When you tell the IE Object to Navigate to a web page, it will fire a DocumentComplete (I Think!) event to let you know that the enitre page has been retrieved. In your event handler, you can get a reference to the Document using something like this:
Dim objDocument as Document
Set objDocument = objIEBrowser.Document

(Someone feel free to correct me if I'm wrong!)

From there, you can use the Document object to find the control that you want in its Elements collection. You can then modify the text you want, then you call the Click method of the submit button, which you will also find in the Elements collection somewhere.

You can find the complete document on the Document object model here[^].


RageInTheMachine9532
General.application terminate Pin
Vivek Jain22-Jan-04 7:45
Vivek Jain22-Jan-04 7:45 
GeneralRe: .application terminate Pin
Dave Kreskowiak22-Jan-04 8:23
mveDave Kreskowiak22-Jan-04 8:23 
GeneralVBScript / JScript: out Parameter Pin
Roland Bär22-Jan-04 5:36
Roland Bär22-Jan-04 5:36 
GeneralRe: VBScript / JScript: out Parameter Pin
Dave Kreskowiak22-Jan-04 7:26
mveDave Kreskowiak22-Jan-04 7:26 
GeneralRe: VBScript / JScript: out Parameter Pin
Dave Kreskowiak22-Jan-04 8:18
mveDave Kreskowiak22-Jan-04 8:18 
GeneralRe: VBScript / JScript: out Parameter Pin
Roland Bär23-Jan-04 5:12
Roland Bär23-Jan-04 5:12 
QuestionWhat's wrong with my codes?? Pin
Anonymous22-Jan-04 4:09
Anonymous22-Jan-04 4:09 
AnswerRe: What's wrong with my codes?? Pin
gpa200026-Jan-04 5:20
gpa200026-Jan-04 5:20 
GeneralWord Macro Pin
Shenthil22-Jan-04 4:03
Shenthil22-Jan-04 4:03 
GeneralRe: Word Macro Pin
Member 206390222-Jan-04 4:31
Member 206390222-Jan-04 4:31 
GeneralNeed Help in VB.net about Vector!!! Pin
Member 83510122-Jan-04 3:53
Member 83510122-Jan-04 3:53 
GeneralRe: Need Help in VB.net about Vector!!! Pin
Ian Darling22-Jan-04 4:10
Ian Darling22-Jan-04 4:10 
GeneralNEED HELP: Reference error when using subclasses Pin
Vera21-Jan-04 20:42
Vera21-Jan-04 20:42 
Generaldividing two polynomials Pin
khumbelo21-Jan-04 20:27
khumbelo21-Jan-04 20:27 
GeneralPlease Help!!! Opening Multiple DataAdapters at same time Gives error Pin
Tasnim21-Jan-04 19:32
Tasnim21-Jan-04 19:32 
GeneralRe: Please Help!!! Opening Multiple DataAdapters at same time Gives error Pin
Serge Lobko-Lobanovsky28-Jan-04 4:59
Serge Lobko-Lobanovsky28-Jan-04 4:59 
Generalaudio player Pin
nightmare0121-Jan-04 17:00
nightmare0121-Jan-04 17:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.