Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.475.424 Times

Sdk Activex freeware
Filter: All | Freeware | Demo
 

Sdk Activex

1 2 3 4 5 > 
Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 651

WinWAPX Browser SDK, ActiveX WAP Browser The WinWAPX Browser SDK is a complete programming library for WAP Browsing. It provides full WAP Browsing capabilities both for manual browsing or an automated solution, and it is quickly implemented into your own software application.WinWAPX is an ActiveX WAP Browser control that is placed...



Platforms: Windows

License: Freeware Download (48): WinWAPX Browser SDK, ActiveX WAP Browser Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 627

VisioForge Media Player SDK (ActiveX) VisioForge Media Player SDK allows programmers to easily integrate video, audio and DVD playback into their software applications. It also allows you to draw overlay bitmap and text over the video with effects. VisioForge Media Player SDK major features include: Supported file formats - video...





Platforms: Windows

License: Freeware Size: 4.94 MB Download (56): VisioForge Media Player SDK (ActiveX) Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 648

Double Agent SDK Microsoft Agent is a set of programmable software services that supports the presentation of interactive animated characters within the Microsoft Windows interface. Double Agent SDK is a set of components designed to reproduce and extend the functionality of Microsoft Agent. Developers can use...


Platforms: Windows

License: Freeware Download (51): Double Agent SDK Download

Added: August 31, 2008 | Visits: 1.365

BigSpeed Video Chat SDK BigSpeed Video Chat SDK is a set of two ActiveX controls (Client and Server) that lets you set up a private video chat network for secure messaging. The transfered data are scrambled using on-the-fly 128-bit AES encryption. The security is provided in two different modes: symmetric encryption...


Platforms: Windows

License: Freeware Size: 1.45 KB Download (525): BigSpeed Video Chat SDK Download

Released: December 28, 2013  |  Added: April 08, 2015 | Visits: 1.685

Dynamsoft Barcode Reader SDK Dynamsoft Barcode Reader SDK can be integrated into ImageCaputre Suite - an All-in-one Image Acquisition SDK, which enables you to capture images from scanners or webcams and use the barcode SDK for separation or index purpose. The SDK is capable of detecting barcodes at any orientation and...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 53 KB Download (98): Dynamsoft Barcode Reader SDK Download

Added: October 08, 2006 | Visits: 10.330

Automation ActiveX Components ActiveX components provide you reusabe, flexible, reliable, robust and stable software UI(User Interface) solution. Of course, if you have any development environment which supports ActiveX or OLE design (i.e., Visual Basic, Visual C++, C#, VBA, C++ Builder, Delphi and so on), you can apply all...


Platforms: Windows

License: Freeware Size: 1.81 MB Download (1675): Automation ActiveX Components Download

Released: November 11, 2005  |  Added: September 06, 2006 | Visits: 6.039

Vector Graphics ActiveX Vector Graphics ActiveX is professional graphics solution for creating business and technical drawings and the most powerful for today. It provides 500+ methods, properties and events and is fully object oriented. Developers get full control of all objects at run time and can process graphic...


Platforms: Windows

License: Freeware Size: 5.93 MB Download (765): Vector Graphics ActiveX Download

Added: August 14, 2010 | Visits: 955

JCom SDK JCom SDK provides a network package for the Java language. The JCom SDK is a network package for the Java language. It allows the programmer to create client/server application with little knowledge about networks and no knowledge about TCP/IP. It is basically a set of wrappers built around...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (106): JCom SDK Download

Added: June 19, 2010 | Visits: 1.395

BlueSense SDK rev BlueSense SDK is a software development kit for communicating with BlueSense equipment. BlueSense SDK allows you to read out sensors or control actuators. A user-space USB driver for all platforms is included. Examples for all modules are also included. For Java, there is an object-oriented...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (104): BlueSense SDK rev Download

Added: July 10, 2010 | Visits: 2.522

Digital Product Management Library SDK Digital Product Management Library SDK (DPML SDK) is a management platform for Java-based component development, resource management, and deployment. The project is composed of the Transit resource management layer, the Depot multi-project build system, the Metro component management runtime...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (119): Digital Product Management Library SDK Download

Added: July 09, 2010 | Visits: 957

Classeine::Sdk Classeine::Sdk project is a set of general purpose class libraries written in C++ for NetBSD..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): Classeine::Sdk Download

Added: September 07, 2010 | Visits: 1.259

Wx::ActiveX Wx::ActiveX provides the ActiveX interface. It loads ActiveX controls for wxWindows. SYNOPSIS use Wx::ActiveX ; my $activex = Wx::ActiveX->new( $this , "ShockwaveFlash.ShockwaveFlash" , 101 , wxDefaultPosition , wxDefaultSize ) ; $activex->Invoke("LoadMovie",0,"file:///F:/swf/test.swf")...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (244): Wx::ActiveX Download

Added: November 25, 2010 | Visits: 1.783

Wx::ActiveX::Flash Wx::ActiveX::Flash is an ActiveX interface for Shockwave Flash. SYNOPSIS use Wx::ActiveX::Flash ; my $flash = Wx::ActiveX::Flash->new( $parent , -1 , wxDefaultPosition , wxDefaultSize ); $flash->LoadMovie(0,"file:///F:/swf/test.swf") ; $flash->Play ; EVT_ACTIVEX($this, $flash...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (290): Wx::ActiveX::Flash Download

Added: July 17, 2010 | Visits: 1.166

Business::PayPal::SDK Business::PayPal::SDK is an interface to paypals SDKs. SYNOPSIS use Business::PayPal::SDK; my $pp = new Business::PayPal::SDK( { paypal_apiid => "sdk-seller_api1.sdk.com", paypal_apipw => "12345678", paypal_cert => "paypal_java_sdk/samples/Cert/sdk-seller.p12", paypal_certpw =>...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Business::PayPal::SDK Download

Added: March 26, 2010 | Visits: 1.551

Wx::ActiveX::WMPlayer Wx::ActiveX::WMPlayer is an ActiveX interface for Windows Media Player. SYNOPSIS use Wx::ActiveX::WMPlayer ; my $wm = Wx::ActiveX::WMPlayer->new( $parent , -1 , wxDefaultPosition , wxDefaultSize ); $wm->PropSet("FileName",C:movie.avi) ; $wm->Play ; EVT_ACTIVEX($this, $wm...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (161): Wx::ActiveX::WMPlayer Download

Added: July 06, 2010 | Visits: 1.270

OLPC Live CD SDK Build OLPC Live CD SDK is a Linux distribution created by Red Hat and based on Fedora Core for the One Laptop Per Child. One Laptop Per Child (OLPC) is an initiative to build a low-cost laptop computer with a pre-installed operating system and applications designed for children in developing...


Platforms: *nix

License: Freeware Size: 314 MB Download (115): OLPC Live CD SDK Build Download

Added: June 05, 2010 | Visits: 1.439

Eureka Encryption SDK Shared Library Eureka Encryption SDK Shared Library allows you to use Eureka Encryption in your own applications. Encrypt or decrypt strings or files. Eureka Encryption shared Library installation instructions: Start a terminal session and navigate to the folder where the files are located and enter the...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (111): Eureka Encryption SDK Shared Library Download

Added: January 09, 2010 | Visits: 1.130

DPML SDK DPML SDK is a management platform for Java-based component development, resource management, and deployment. DPML SDK is composed of the Transit resource management layer, the Depot multi-project build system, the Metro component management runtime engine, and the Station application management...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (95): DPML SDK Download

Released: January 25, 2011  |  Added: February 14, 2011 | Visits: 2.013

Bytescout Document SDK for .NET Generate Word documents (doc, docx) in ASP.NET, Visual Basic .NET and C#. Bytescout Document SDK is 100% managed .NET (1.10, 2.00 and higher) library for document (DOC, DOCX) writing, reading and modification. Benefits: * Microsoft Word (or Microsoft Office) is not required; * Made...


Platforms: Windows

License: Freeware Size: 1.33 MB Download (233): Bytescout Document SDK for .NET Download

Released: June 22, 2012  |  Added: March 16, 2013 | Visits: 1.829

TreeVu ActiveX Control 32bit TreeVu Control is a freeware ActiveX Control Component for working with trees. It provides methods for building, manipulating and displaying trees. TreeVu 1.0 offers 3 main tree layouts: hierarchical, radial and force-directed. This is a 32-bit version (64-bit version is also available for...


Platforms: Windows

License: Freeware Size: 1.09 MB Download (132): TreeVu ActiveX Control 32bit Download

1 2 3 4 5 >