http://www.flisoft.com
English | Chinese(Simplify) | Chinese(Traditional)
Download
Download CaptureAPI

Buy

Standard License

Number of licenses Price/License
1 $49.50 USD
2-9 $29.50 USD
10-24 $19.50 USD
25-99 $15.50 USD
100+ $9.50 USD

Unlimited Site License

Number of licenses Price
Unlimited $945.00 USD

Full Source Code License

Number of licenses Price
Unlimited $4800.00 USD
Other Product
Capture Studio
Power Card Maker
PowerPaint

Feedback Form
Your email address:

Comments:

Check Code:
change one?click me please.)


Mailing List
Please join our mailing list and you will be notified about new version releases and other product news:
Your mail adress:

Product:
Capture
CaptureAPI(Developer Tool)
Power Card Maker
PowerPoint
Check Code:
change one?click me please.)

Links




  CaptureAPI 1.2  (Release time:2007-2-21)

    Embed into your applications the most powerful, fast and reliable screen capture technology available!

Features:


1.CaptureAPI is a COM library that allows capture image on screen. It is accessible from any COM aware programming languages,such as Visual Studio 6.0, Visual Studio .Net 2003, Visual Studio .Net 2005, Delphi, C++ Builder,VBS etc.
2.Capturing on screen,select by window,object,menu,rectangle etc.
3.Automatically scrolls the window during capture,get all of the images in the window or Web page,Enabling Scroll from left of document,from top of document,or both.
4.Capture Object,To capture small items on your computer screen such as a toolbar button, icon, etc.
5.We provide VBS,C++, Visual Basic and C# samples into the trial version in order to demonstrate the CaptureAPI library features.


Automatically scrolls the window

Draw rectangle on desktop




Get color on your desktop

Use Capture API with vbs

Dim C
wscript.sleep 500
Set C=CreateObject("FLICapture.Capture")
C.Capture2.License="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" 
C.Capture2.ScrollDown=true
C.Capture2.ScrollRight=true
C.Capture2.ScrollFromStart=true
Dim vScrollDirect
Dim vHitOnClient
Dim vScrollSucceed
hWnd = C.FindWindow(true,vScrollDirect,vHitOnClient)
If hWnd<>0 Then
	h=C.CaptureWindow(hWnd,vHitOnClient,vScrollDirect,vScrollSucceed)
	C.Capture2.CopyBmpToClipboard(h)
	MsgBox "Capture succeed,The picture has been copy to clipboard."
End if

Use Capture API with VC6

#import "FLICapture.dll"

::CoInitialize(0);
....

FLICapture::ICapturePtr pCapture(_uuidof(FLICapture::Capture));
if(pCapture==NULL)return;
_variant_t vScrollDirect;
_variant_t vHitOnClient=VARIANT_FALSE;
ShowMainWnd(FALSE);
Sleep(200);
OLE_HANDLE hWnd = pCapture->FindWindow(VARIANT_TRUE,&vScrollDirect,&vHitOnClient);
if(hWnd == NULL)
{
	ShowMainWnd(TRUE);
	return;
}
_variant_t vCaptureSuceed;
HBITMAP hBitmap = (HBITMAP)pCapture->CaptureWindow(hWnd,vHitOnClient,
			vScrollDirect,&vCaptureSuceed);
OpenBitmap(hBitmap);
ShowMainWnd(TRUE);

...
::CoUninitialize();

Popup option dialog with vbs

Dim C
Set C=CreateObject("FLICapture.Capture")
Set o=c.Option
o.IniFileName="C:\Program Files\FLISoft\Capture Studio\set.ini"
o.ReadParam
If o.PopupOptionDlg(0) Then
o.WriteRaram
End If

Draw rectangle on desktop with VBS

Dim C
Set C=CreateObject("FLICapture.Capture")
n=C.DrawRgnOnDesktop(1,true)
Dim r
Set r=c.Rgn
For i=0 to n-1
    Dim x,y
    r.GetPoint i,x,y
    MsgBox "PointNo:" & i & ";X:" & x & ";Y:" & y
Next

Licensing and pricing


CaptureAPI is a royalty-based library, so if you want to redistribute it embedded into your application you have to pay for each redistributed copy. See the prices structure in the table below.

Buy CaptureAPI online


Our ordering process is completely safe and absolutely secure! It is guaranteed by the leading e-commerce provider in the world, RegNow, whose services we are using. If you run into a problem, please feel free to contact us at . We will be happy to help you.
Instant Key Delivery! 30-day money-back guarantee!
Number of licenses Price/License Order Online
1 $49.50 order via Regnow
2-9 $29.50 order via Regnow
10-24 $19.50 order via Regnow
25-99 $15.50 order via Regnow
100+ $9.50 order via Regnow
Unlimited $945.00 order via Regnow
Full Source Code $4800.00 order via Regnow

Payment options

  • Credit card: Visa, MasterCard, American Express, Discover, EuroCard, Diners Club, Switch, Solo
  • Phone/Fax
  • Check
  • Wire transfer
  • Invoice

Unlimited Redistributable License


By purchasing a Unlimited Redistribution License you have the right to redistribute any (unlimited) number of CaptureAPI library copies bundled with your application. When buying this type of license you have additional license agreement conditions as follows:
  • you cannot redistribute CaptureAPI as it is
  • your product(s) cannot be a direct competitor to the Capture Studio.
  • you may not pass on the license rights to another party (e.g. for redistribution with another party product).

Download CaptureAPI Redistributable License Agreement


Download

FLISoft Privacy Statement


If you purchase any of our product licenses, we keep your personal information (email and postal address plus what and when was purchased) strictly confidential and only for our internal use - to know whom to support, to re-issue a lost license and to know who is entitled to free or discounted upgrades. We do not contact you unless you contact us first by asking a support question. We do not share your data with anyone.

Download:


http://captureapi.flisoft.com/captureapi.exe

Buy


RegNow


Copy Right 2004-2008 FLISoft(mail:)