Click here to Skip to main content
15,888,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Marshalling Data, Can Anyone Help? Pin
GrindAZ22-Sep-03 5:31
GrindAZ22-Sep-03 5:31 
GeneralRe: Marshalling Data, Can Anyone Help? Pin
NetPointerIN22-Sep-03 11:08
NetPointerIN22-Sep-03 11:08 
GeneralRe: Marshalling Data, Can Anyone Help? Pin
GrindAZ22-Sep-03 12:00
GrindAZ22-Sep-03 12:00 
GeneralFolder Size Pin
Ramaza18-Sep-03 6:53
Ramaza18-Sep-03 6:53 
GeneralRe: Folder Size Pin
Christian Eriksen10-Oct-03 14:34
Christian Eriksen10-Oct-03 14:34 
GeneralRe: Folder Size Pin
Christian Eriksen10-Oct-03 14:46
Christian Eriksen10-Oct-03 14:46 
GeneralRe: Folder Size Pin
Ramaza10-Oct-03 15:09
Ramaza10-Oct-03 15:09 
QuestionVBS scripting : How to access a HtmlDocument object ? Pin
Danoo18-Sep-03 3:36
Danoo18-Sep-03 3:36 
In my script I try to open an URL programmatically. This is no problem :

<br />
Set IEApp = CreateObject("InternetExplorer.Application")<br />
IEApp.Navigate "http://www.mydomain.com"<br />
<br />
Do While (IEApp.Busy = true)<br />
	WScript.Sleep 200<br />
Loop<br />


Aftwards I would like to access to a login form and set username and password to specific values. This is where things get complicated:

<br />
Set IEDoc = IEApp.Document<br />


The object I get is from type HtmlDocument, which is read only and contains pure html tags. I cannot use it to access to forms and elements.

Does anybody know how I can access these elements ?

Regards
Daniel
GeneralVB OCX Byte Data Type to MFC Pin
AntonioKeh17-Sep-03 23:50
AntonioKeh17-Sep-03 23:50 
GeneralRe: VB OCX Byte Data Type to MFC Pin
Ian Darling18-Sep-03 0:47
Ian Darling18-Sep-03 0:47 
GeneralRe: VB OCX Byte Data Type to MFC Pin
AntonioKeh18-Sep-03 1:11
AntonioKeh18-Sep-03 1:11 
GeneralRe: VB OCX Byte Data Type to MFC Pin
Ian Darling18-Sep-03 1:56
Ian Darling18-Sep-03 1:56 
GeneralList installed applications Pin
Anonymous17-Sep-03 9:34
Anonymous17-Sep-03 9:34 
GeneralRe: List installed applications Pin
Dangleberry21-Sep-03 22:49
sussDangleberry21-Sep-03 22:49 
GeneralProblem in On ERROR Pin
Meysam Khayatan17-Sep-03 8:35
Meysam Khayatan17-Sep-03 8:35 
GeneralRemote Database Connection Pin
abbasziyad17-Sep-03 2:02
abbasziyad17-Sep-03 2:02 
GeneralRe: Remote Database Connection Pin
Ian Darling17-Sep-03 2:20
Ian Darling17-Sep-03 2:20 
GeneralINTEGRATING PASSWORD GENERATOR INTO A FORM Pin
len_ems16-Sep-03 20:21
len_ems16-Sep-03 20:21 
GeneralProblems with the connection in data adapters Pin
Anonymous16-Sep-03 10:42
Anonymous16-Sep-03 10:42 
QuestionHow to use script files!! Pin
Anonymous16-Sep-03 10:38
Anonymous16-Sep-03 10:38 
AnswerRe: How to use script files!! Pin
NetPointerIN19-Sep-03 8:39
NetPointerIN19-Sep-03 8:39 
GeneralRe: How to use script files!! Pin
Anonymous22-Sep-03 3:24
Anonymous22-Sep-03 3:24 
GeneralBckup Access Database Pin
semore16-Sep-03 0:16
semore16-Sep-03 0:16 
GeneralRe: Bckup Access Database Pin
NetPointerIN16-Sep-03 7:37
NetPointerIN16-Sep-03 7:37 
GeneralRe: Bckup Access Database Pin
semore17-Sep-03 0:08
semore17-Sep-03 0:08 

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.