Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cucswiz
  • Content: Threads
  • Order by date
  1. cucswiz

    IE batch mode through many html files?????

    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...
  2. cucswiz

    Tags relative to their position on the Page??

    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...
  3. cucswiz

    IE Document properties

    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...
  4. cucswiz

    Escape characters needed in Shell Call ???

    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(&quot;e:\mysql\bin\mysql <new.sql> errors.log&quot;) For some reason this doesnt work. However, I know that the new.sql file is correct, because if I do it manually...
  5. cucswiz

    VB calling other programs!!!

    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??
  6. cucswiz

    !!!!Saving a html page from IE.document!!!!

    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...
  7. cucswiz

    VB and Document Object Model (forcing Web/html actions)

    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 &quot;hit&quot; the submit button. The basic goal is to save the resulting html page. I...

Part and Inventory Search

Back
Top