screenshot using windows service
-
how can i capture screesnshot from windows service. I want to capture the screenshot and store it in a different image file and store in a directory. i got this with a windows application using gdi but could not get it from windows service
-
how can i capture screesnshot from windows service. I want to capture the screenshot and store it in a different image file and store in a directory. i got this with a windows application using gdi but could not get it from windows service
What is the error you are seeing?
-- gleat http://blogorama.nerdworks.in[^] --
-
What is the error you are seeing?
-- gleat http://blogorama.nerdworks.in[^] --
When i use the graphics of gdi i get error message the handle is invalid Graphics gfx=Graphics.fromImage((image)bitmap); gfx.copyfromscreen(0,0,0,0,screewidth,screeheight); Is there any alternative??
-
When i use the graphics of gdi i get error message the handle is invalid Graphics gfx=Graphics.fromImage((image)bitmap); gfx.copyfromscreen(0,0,0,0,screewidth,screeheight); Is there any alternative??