Jump to content

Aslam Jeewa

Members
  • Posts

    5
  • Joined

  • Last visited

Aslam Jeewa's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Any ideas what I can look at to "look for some other indication that the document is complete."?
  2. I have now resorted to creating the 2nd applicastion using Forefox & then closing the Firefox application but it doesn't work perfectly all the time (Website is sometimes faulty) So it seems I have to go back to looking for a way to identify the seperate window if IE & close that particular instance. SO... I AM BACK TO SQUARE ONE Any ideas, PLEEEEEEASE - (_IEAttach cannot uniquely identify the Window, by the way)
  3. Let me rephrase my problem I have both IE Windows open - Identical in all terms but the only way I can determine which one to close is if I set something in some property first (because I created both IE windows) say for example the title like "This is IE Window 1" - That would work & I would then "search" for that Title & close the window but Title gets overwitten when I navigate so I cannot use that. Even hWnd seems to be the same handle for both IE Windows unless I am doing something wrong? So... any ideas?
  4. Winlist still does not uniquely identify my specific Instance of IE as they both have the same title
  5. Is there a flag or setting I may use to uniquely identify an instance of an open IE window using IE.au3? I need to run a 2nd application that closes a specific instance of an IE window (1 of many accessing the same website) & restarts it. I thought about setting the Title but its overwitten when I "navigate". I also tried $PID2 = ProcessExists("IEXPLORE.exe") ; Will return the PID or 0 if the process isn't found. If ProcessExists($PID2) Then Run("taskkill /F /T /IM " & $PID2, "", @SW_HIDE) but it doesn't necessarily kill the correct instance & I need to uniquely kill 1 instance only..... that I need to identify with a property that I have set.... Any ideas. PLEASE....
×
×
  • Create New...