how to use iecapt.exe file in my project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satiss7pwr
    New Member
    • Jan 2010
    • 41

    how to use iecapt.exe file in my project

    hi i want to take a snapshot of my web application , i search for that and i got iecapt sugeetion. i have download it but i dont know how to use it in my project,please any one know abt it than pls help me
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The following was taking from here.
    Why didn't you try running the program and ask it for help....

    Well anyways, here's what the website said that iecapt will output when you ask it for help:
    Usage

    Open a command prompt and ask for help:

    C:\> IECapt --help
    -----------------------------------------------------------------------------
    Usage: IECapt --url=http://www.example.org/ --out=localfile.p ng
    -----------------------------------------------------------------------------
    --help Print this help page and exit
    --url=<url> The URL to capture (http:...|file: ...|...)
    --out=<path> The target file (.png|bmp|jpeg| emf|...)
    --min-width=<int> Minimal width for the image (default: 800)
    --max-wait=<ms> Don't wait more than (default: 90000, inf: 0)
    --delay=<ms> Wait after loading (e.g. for Flash; default: 0)
    --silent Whether to surpress some dialogs
    -Frinny

    Comment

    Working...