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.438.978 Times

Win Api freeware
Filter: All | Freeware | Demo
 

Win Api

1 2 3 4 5 > 
Added: July 03, 2013 | Visits: 756

Chameleon CD Player for Music and Sound This is simple CD player with skin support. Pure WIN API. No MFC. Compiled with free Borland Commandline compiler on Win98. Also compiled with MinGW compiler on Win98.Features:- basic CD player commands- volume control - custom playlist- multiple CDROM drives support- multiple skin support



Platforms: C and C plus plus

License: Freeware Size: 92.16 KB Download (44): Chameleon CD Player for Music and Sound Download

Added: August 07, 2008 | Visits: 8.090

Oscilloscope Fast universal oscilloscope GUI library for data acquisition, simulation. Advantages: 1. Performance: Over a million quantization steps of signal per second. 2. Versatility, convenient integration: the oscilloscope is executed as a DLL. 3. A good graphic interface: the oscilloscope looks like a...





Platforms: Windows

License: Freeware Size: 3.59 MB Download (1950): Oscilloscope Download

Added: May 09, 2013 | Visits: 400

WIN32API Toolbar WIN32API Toolbar code is an example of how to use the WM_NOTIFY message to give tooltips when the mouse hovers over a button in a toolbar. (Also shows toolbar creation).


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (54): WIN32API Toolbar Download

Added: April 18, 2013 | Visits: 451

WIN32API MDI Shell with functions WIN32API MDI Shell with functions code allows an easy start of a MDI application.Shows how to create and fill the client and mdi structures. It also contains functions to sort the mdi child windows. ains>


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (47): WIN32API MDI Shell with functions Download

Added: May 06, 2013 | Visits: 344

WIN32API Trackbar WIN32API Trackbar code creates a trackbar (common control) and use WM_HSCROLL to show its position in realtime.Unlike a listbox there is no SELCHANGE message but itt;Unlike _SCROLL to its parent.


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (58): WIN32API Trackbar Download

Added: March 09, 2006 | Visits: 8.134

API Monitor API Monitor is software that monitors and displays API calls made by applications. For each API called, the program displays the process ID, process name, API called, parameters, return value, status, and the GetLastError code. It also includes an Error Lookup tool and an IOCTL decoder. New API...


Platforms: Windows

License: Freeware Size: 319 KB Download (1160): API Monitor Download

Added: June 09, 2006 | Visits: 4.228

A Scratch and Win Game AScratchNWin! is an exciting new product that allows you to easily and effectively add scratch and win capabilities to your website! You can also use it like a mini-casino! Try out the evaluation version, which lets you specify a % chance of winning, and order the full version which also includes...


Platforms: Windows

License: Freeware Size: 2.11 MB Download (214): A Scratch and Win Game Download

Added: March 24, 2010 | Visits: 1.823

Amazon API Search Amazon API Search is the beginnings of a perl script to search Amazon. It interfaces with Amazons API interface and performs whatever search the user desires, it then parses the data returned and inserts it in to an MySQL table. Currently the script only deals with basic returned data, and...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (126): Amazon API Search Download

Added: March 09, 2010 | Visits: 1.484

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: September 16, 2010 | Visits: 1.415

PDL::API PDL::API is a Perl module for making piddles from Perl and C/XS code. A simple cookbook how to create piddles manually. It covers both the Perl and the C/XS level. Additionally, it describes the PDL core routines that can be accessed from other modules. These routines basically define the PDL...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (98): PDL::API Download

Added: July 06, 2010 | Visits: 1.912

Wikipedia API Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site. Wikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated,...


Platforms: *nix

License: Freeware Download (112): Wikipedia API Download

Added: January 03, 2010 | Visits: 1.435

eBay::API eBay::API is a Perl SDK for eBay Web services Interface. SYNOPSIS # 1. GeteBayOfficialTime use eBay::API::XML::Call::GeteBayOfficialTime; my $pCall = eBay::API::XML::Call::GeteBayOfficialTime->new(); $pCall->execute(); my $sOfficialTime = $pCall->getEBayOfficialTime(); # 2. GetUser use...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (98): eBay::API Download

Added: April 08, 2010 | Visits: 1.587

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....


Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: November 26, 2010 | Visits: 1.952

Asterisk Soap API 0.0.1 Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features. Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.. Download KDE-Apps.org Community Portal for KDE...


Platforms: *nix

License: Freeware Download (135): Asterisk Soap API 0.0.1 Download

Added: November 19, 2010 | Visits: 1.016

POE::API::Peek POE::API::Peek is a Perl module to peek into the internals of a running POE environment. POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): POE::API::Peek Download

Added: August 05, 2010 | Visits: 964

POE::API::Hooks POE::API::Hooks is a Perl module to implement lightweight hooks into POE. SYNOPSIS use POE; use POE::API::Hooks; POE::API::Hooks->add( before_event_dispatch => &do_something, after_event_dispatch => &do_something, before_session_create => &do_something, after_session_create =>...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (86): POE::API::Hooks Download

Added: October 22, 2010 | Visits: 1.124

Gtk2::api Gtk2::api is a mapping the Gtk+ C API to perl. ABSTRACT The Gtk2 module attempts to stick as close as is reasonable to the C API, to minimize the need to maintain documentation which is nearly a copy of the C API reference documentation. However, the world is not perfect, and the mappings...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (97): Gtk2::api Download

Added: August 20, 2010 | Visits: 1.134

XML::API::WIX2 XML::API::WIX2 is a WIX source file generation through an object API. SYNOPSIS As a simple example the following perl code: use XML::API; my $m_wxs = new XML::API(doctype => WIX2, encoding => UTF-8); $m_wxs->Product_open({ Id => 12345678-1234-1234-1234-123456789012, Name => Test...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): XML::API::WIX2 Download

Added: October 12, 2010 | Visits: 1.273

Business::PayPal::API Business::PayPal::API is a PayPal API. SYNOPSIS use Business::PayPal::API qw( ExpressCheckout GetTransactionDetails ); ## certificate authentication my $pp = new Business::PayPal::API ( Username => my_api1.domain.tld, Password => this_is_my_password, PKCS12File => /path/to/cert.pkcs12,...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (137): Business::PayPal::API Download

Added: March 06, 2010 | Visits: 1.428

WebService::Geograph::API WebService::Geograph::API is a Perl interface to the Geograph.co.uk API. SYNOPSIS use WebService::Geograph::API; my $api = new WebService::Geograph::API ( { key => your_api_key_here} ) ; my $rv = $api->lookup ( csv, { i => 12345, ll => 1, thumb => 1, }) ; my $data = $rd->{results} ;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): WebService::Geograph::API Download

1 2 3 4 5 >