I am trying to run through a bunch of html files using an InternetExplorer object
The stucture is something like this:
///////////////////////////////////////////////////
Dim ie As InternetExplorer
Dim someArray() As String
Private Function Nav()
For counter = 1 to 5 Step 1...
Hello all. I am trying to do a "link" mapping if you will. I would like to be able to get the position of a link relative to how many pixels down the page the link is.
I really just care about height position and not width position. Does anyone know of a way to do this?? I have...
Hello all,
I need some help in trying to find out how much of a document is actually seen when an IE browser is started. I know how to get the browser window size, and I just need help getting the total document size.
Example, I my IE window is 600x600, I would like to know how big the...
I am tryint to use the Shell call to run something from within VB. Currently this is what I am trying to do:
Dim ID
ID = Shell("e:\mysql\bin\mysql <new.sql> errors.log")
For some reason this doesnt work. However, I know that the new.sql file is correct, because if I do it manually...
Does anyone know how to, within VB call other programs??? Specifically if I could open a command prompt and execute certain instuctions, that would be optimal. Anyone know how to do this in VB???? Or something similar??
I am trying to save whatever is being currently displayed on my InternetExplorer component. I have tried to use ie.document.All.toString - however this seems to only output [object].... I am not very fluent in VB as in I have only used it for about 1 day. But from my java experience, isn't...
Hello experts, I'm hoping someone can help me with my problem.
I am working on a problem where I have to basically point to a webpage, find a textbox on that website, and input text into that textbox and "hit" the submit button. The basic goal is to save the resulting html page.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.