+ Reply to Thread
Results 1 to 2 of 2

Save File through IE

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387

    Save File through IE

    Hi, I'm automating the download of a file through a webservice. I've gotten to the point where the prompt appears to save the file, and I've found the below code that's supposed to set the save path and filename, but I can't get it to work.

    Please Login or Register  to view this content.
    The first FindWindow does find the "Save As" window. But, the next coding, which appears to be finding a combobox in the Save As dialog returns 0.
    Please Login or Register  to view this content.
    Here's the declaration for FindWindowEx:
    Please Login or Register  to view this content.
    Last edited by yawnzzzz; 07-11-2013 at 02:21 PM.

  2. #2
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387

    Re: Save File through IE

    I've find a solution:

    1st, I found a list of child handles thanks to this code: http://www.vbaexpress.com/kb/getarticle.php?kb_id=52

    I'm on IE8, Windows 7 64-bit, and apparently the handles hiearchy has changed to this:
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1