Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to run this as a service to run in the background and to take the screen shots automatically in some intervals?
Posted
Updated 18-Apr-11 1:44am
v3
Comments
Sandeep Mewara 18-Apr-11 6:51am    
No need to un-necessary bold the texts.

1 solution

Capture screen: PrintWindow() should do it for you...

Run an app as a service: take a look at the different ways of creating services, but be careful, the service you have to create must be allowed to interact with the user interface.

You can also use a normal app and XYNTService[^]...

Hope this helps...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900