Jump to content

shiningmonk

Members
  • Posts

    6
  • Joined

  • Last visited

shiningmonk's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. How do I change the contents of the default script created with right-click, new AutoIt script?
  2. That is my question. HOW??
  3. The classname is IEFrame but that is also the classname for every browser window and every control on each window. The Last Control Under Mouse is Afx:400000:82 but this is also the same for pretty much every textbox/link etc in the browser window. I can find no unique number in Spy that relates to the textbox that I want to send the info to.
  4. How do I pass parameters to an EXE file using the RUN command? It does not accept them in the normal way.
  5. How do I activate a child window (e.g. a browser window in a multi-tabbed browser like MyIE2) ?
  6. I'd like to write a script to automatically log on to a web site. It needs to: 1) run Internet Explorer on the website 2) hide the window 3) wait for it to finish loading 4) send key strokes 5) unhide the window I can do 1) and 4), but how do I do the rest?
×
×
  • Create New...