tags:

views:

29

answers:

0

Hi All,

I am using asp.net 2.0 with C#.

I am taking screenshot of the page in that, one of the parameter which I have to pass in that function is IntPtr, when I am passing it as IntPtr iptr = new IntPtr(1000); it is giving me a very small image. I want to take the picture of the browser, no matter what is the size of that.

please help. Thanks in advance.