I am trying to create an application in C#.net that captures the screenshot of the current active window including the area that has to be scrolled using scroll bars.I found
If you're trying to get content that's offscreen, then WM_PRINT may work. BitBlt assuredly will not.
WM_PRINT
BitBlt
See: