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...
Mike, thanks for your input, but I am actually trying to automate the process. As in I can just give you any page, and ask for a certain link, and I would have a function that tells me how far down the page this link is.
Anyone have somekind of experience with this?
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...
Nope. no help there. Anyone have any solution to this?? I've tried the regular calling approach.. and the batch file approach.. These all result in the same thing - basically a command prompt pops up... then closes up.
Please if you know anything about using VB's shell.. or a similar...
I have tried to do this.. however it doesnt seem to work either!... ugh It just does the same thing.. pops open a command prompt but then shuts off..
However when I manually do it.. it seems to work fine.... ugh people any helphere???
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??
JohnYingling... Just a really basic question. Say I am looking for a tag (i.e. "form")
Thus I do something like this:
Dim htmlElmt As HTMLGenericElement
Set doc As InternetExplorer.document
For Each htmlElmt In doc.All.tag("form")
...
How do I check if...
Thanks for the response. I actually figured it out as well. However, to make this more robust, when getting the element name (i.e. "html" or "HTML") does capitalization matter?? I.E. When I say getElementByName("html") vs. ("HTML") will these return...
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.