Dear sir/madam

iam working with an application in c#.
in which we have to handle with webpages with our appication
i have a small problem.
we have to screenshot a particular webpage through code,
ithere any way todo this,
Thank you for helping me
with regards
saish

Re: screen shot of a page in c# by Cor

Cor
Tue May 31 04:51:16 CDT 2005

Saish,

Any reason that you have posted this question to the newsgroup ADONET, I
don't really not see anything in your question that is storing of data
related.

Cor



Re: screen shot of a page in c# by W

W
Tue May 31 21:09:21 CDT 2005

The best way I know to do this (and only way) is to P/Invoke -
GetDesktopWindow. This article walks you through the process
http://www.c-sharpcorner.com/Code/2003/Dec/ScreenCapture.asp

--
W.G. Ryan MVP (Windows Embedded)

TiBA Solutions
www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
"Saish" <saish@nannacomputers.com> wrote in message
news:ebQ4w3ZZFHA.1148@tk2msftngp13.phx.gbl...
> Dear sir/madam
>
> iam working with an application in c#.
> in which we have to handle with webpages with our appication
> i have a small problem.
> we have to screenshot a particular webpage through code,
> ithere any way todo this,
> Thank you for helping me
> with regards
> saish
>
>



Re: screen shot of a page in c# by gabe

gabe
Tue Jun 07 13:44:33 CDT 2005

There's an interesting article in the Feb 2005 Visual Studio Magazine that
talks about Exporting ASP.NET Pages to Office Docs.
The method that they discuss pretty much gives you a "screen shot" if you
will.
Check it out.

"Saish" <saish@nannacomputers.com> wrote in message
news:ebQ4w3ZZFHA.1148@tk2msftngp13.phx.gbl...
> Dear sir/madam
>
> iam working with an application in c#.
> in which we have to handle with webpages with our appication
> i have a small problem.
> we have to screenshot a particular webpage through code,
> ithere any way todo this,
> Thank you for helping me
> with regards
> saish
>
>
>