WordCaptureX 6.5.5449.0
WordCaptureX 6.5.5449.0 | 9 Mb
WordCaptureX WordCaptureX is a software library that allows your application (i.e. single click dictionary) to capture words on the screen, up to an entire line of text. So the most common usage is for a dictionary app that empowers users to look up any word in any application with just a single click on that word.
In order to achieve this goal we are offering support for the two major tasks involved. The first one is about defining and monitoring the actions that an user is supposed to do on the screen of another application and informing your app when such an action has been detected. The second task is about screen scraping (or capturing) the word/text pointed by the user action.
Another goal was to make the library easily accessible from most popular languages so naturally we have engineered it using COM technology. Don't worry, C++ purists can still access it using the plain headers.
How is this implemented?
Let's look at common scenario like popping up the definition of a word when Right-Clicking it while pressing the CTRL key.
Two main components exposed by the library take the major role in the action, WMonitorX and WCaptureX.
STEP 1
Use WMonitorX object to monitor mouse and keyboard actions. You simply state that you want to receive an event when such an action is produced. Your code must catch this event and use WCaptureX object to capture text at coordinates returned as parameters to the event.
STEP 2
In order to capture text the developer needs to set properties of a WInput object that will be passed as a parameter to Capture method exposed by WCaptureX object. Capture method returns a WResult holding the result of capture. You get the text from the WResult object and pop it up in your own window.
Sample Projects
We have sample projects written in C++, C#, Visual Basic (6 and .NET) and Delphi. The C++, C# and Visual Basic .NET projects were developed using Visual Studio 2008 and 2010. The Visual Basic 6 example was developed in the Visual Basic 6 IDE, and the Delphi example project was developed under Delphi 2010.
Only for V.I.P
Warning! You are not allowed to view this text.