Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. webpage capture.

webpage capture.

Scheduled Pinned Locked Moved C / C++ / MFC
graphicstutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ROWALI
    wrote on last edited by
    #1

    I want to create bitmaps and save them on the hard disk. May be i can start with 1.bmp, 2.bmp.... so on. Basically on one webpage there is slideshow. i want to find this window of webpage , I want to initiate a timer (same as the webpage interval at which slide changes) , at this timer event I want to capture the slide or web window as bitmap and save it on harddisk at any path. How to find such a window. (internet web page) How to create and save bitmap in the above manner. Any hints? thanks row

    V G 2 Replies Last reply
    0
    • R ROWALI

      I want to create bitmaps and save them on the hard disk. May be i can start with 1.bmp, 2.bmp.... so on. Basically on one webpage there is slideshow. i want to find this window of webpage , I want to initiate a timer (same as the webpage interval at which slide changes) , at this timer event I want to capture the slide or web window as bitmap and save it on harddisk at any path. How to find such a window. (internet web page) How to create and save bitmap in the above manner. Any hints? thanks row

      V Offline
      V Offline
      Viorel
      wrote on last edited by
      #2

      One of possible method of capturing parts of HTML content can be based on the screen-capture operation, performed for maximized and on-top browser. In this case you do not need to find the window which contains the HTML content. Just save the image of the screen. You can also capture only the needed region of the screen. For screen-capturing operations, see http://www.codeproject.com/dialog/screencap.asp[^]. For saving bitmap to a file, see http://www.geocities.com/krishnapg/bitmap.html[^] or http://www.codeproject.com/bitmap/drawing2bitmap.asp[^].

      1 Reply Last reply
      0
      • R ROWALI

        I want to create bitmaps and save them on the hard disk. May be i can start with 1.bmp, 2.bmp.... so on. Basically on one webpage there is slideshow. i want to find this window of webpage , I want to initiate a timer (same as the webpage interval at which slide changes) , at this timer event I want to capture the slide or web window as bitmap and save it on harddisk at any path. How to find such a window. (internet web page) How to create and save bitmap in the above manner. Any hints? thanks row

        G Offline
        G Offline
        Ganesh_T
        wrote on last edited by
        #3

        Have a look to this : CLick Me[^] It will help you in Capturing a Window Image Into a Bitmap File Cheers "Peace of mind through Technology"

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups