|
-
Jan 15th, 2009, 12:54 AM
#1
How to bitblt this window

i want to bitblt the full height of the window including the hidden part that appear when scroll down
-
Jan 15th, 2009, 01:26 AM
#2
Addicted Member
Re: How to bitblt this window
I know SnagIt has a Web Page capture option that does this. I believe the way they do it is when the hot-key is pressed:
1. They ask the user to click in the middle of the window. This gives them the hWnd.
2. They do a region capture of the displayed portion of the window.
3. Next the window auto-scrolls a set amount which I'm sure is determined on the size of the window that is displayed.
4. Another capture of the displayed window is accomplished and then combined with the first capture.
Items 3 and 4 continue until the entire window is displayed, captured and knitted together.
There would be lots of calculations required and code to determine not only the hWnd but the scroll values, region values, etc., etc. and of course code to paste all that to a single image.
I'm sure it can be done but I don't believe it's a trivial task.
-
Jan 15th, 2009, 01:29 AM
#3
Re: How to bitblt this window
Thanks Tom,
ill your suggession
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|