how to get saved as the bitmap the whole html document with the scrollbars
-
How to get saved as the bitmap(DIB) the whole html document with the scrollbars that is with the part which is not visible on the screen but visible when the the document is scrolled. As i m able to save the page which is displayed on the screen as the bitmap(DIB)in webbrowser application but i want to save the whole page and i m getting the whole page height and width through the get_scrollheight() and get_scrollwidth() but the page is not saved as while creating the DIB the window pointer is passed so what to do so that whole page get saved??? Regards Shikha Pune
-
How to get saved as the bitmap(DIB) the whole html document with the scrollbars that is with the part which is not visible on the screen but visible when the the document is scrolled. As i m able to save the page which is displayed on the screen as the bitmap(DIB)in webbrowser application but i want to save the whole page and i m getting the whole page height and width through the get_scrollheight() and get_scrollwidth() but the page is not saved as while creating the DIB the window pointer is passed so what to do so that whole page get saved??? Regards Shikha Pune
Well not sure if this will work but since no one answered try this Get the HWND to the main IE window and get its DC then try saving that DC to a bitmap the whole window along with the scroll bars should be saved.
**You know you're obsessed with computer graphics when you're outside and you look up at the trees and think, "Wow! That's spectacular resolution!"
** -
Well not sure if this will work but since no one answered try this Get the HWND to the main IE window and get its DC then try saving that DC to a bitmap the whole window along with the scroll bars should be saved.
**You know you're obsessed with computer graphics when you're outside and you look up at the trees and think, "Wow! That's spectacular resolution!"
**Thanks for reply i have yet not tried what u said i will try that and let u know Thanks Regards Shikha
-
How to get saved as the bitmap(DIB) the whole html document with the scrollbars that is with the part which is not visible on the screen but visible when the the document is scrolled. As i m able to save the page which is displayed on the screen as the bitmap(DIB)in webbrowser application but i want to save the whole page and i m getting the whole page height and width through the get_scrollheight() and get_scrollwidth() but the page is not saved as while creating the DIB the window pointer is passed so what to do so that whole page get saved??? Regards Shikha Pune