I need to Capture Screenshot of entire Scrolling Webpage using C#.By entire Webpage I mean even the non-visible parts of the webpage visible on scrolling down. I can capture Screenshot of a new URL/Browser using Windows Form's WebBrowser but I want to capture from an existing Browser. I've Tried http://www.codeproject.com/Articles/10763/Image-Capture-Whole-Web-Page-using-C but without much effect. Please help.
P.S. I am a novice in .Net, please bear with me ..
Thanks