LEADTOOLS Support
Imaging
Imaging SDK Questions
Automatically take screen capture without user interaction
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, July 25, 2012 9:22:14 AM(UTC)
Groups: Registered
Posts: 1
I want to take a screen capture (window or client) of the currently active window. The only way I can find to do it is with a HotKey, which requires the user to do something. Is there a way to automatically do a screen capture?
#2
Posted
:
Thursday, July 26, 2012 3:27:38 AM(UTC)
Groups: Registered
Posts: 256
The details depend on which LEADTOOLS version (16.5, 17.0, 17.5...etc) and programming interface (.NET, C DLL..etc) that you are using.
For example, if you are using LEADTOOLS .NET v17.5 ScreenCaptureEngine class, you should set the ScreenCaptureOptions.HotKey to Keys.None before calling the Capture function (CaptureActiveClient, CaptureActiveWindow, etc.)
After this, you need to call the capture function in a timer or an event.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Automatically take screen capture without user interaction
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.