Software Index
Related Topics
Popular Trends
Trending Topics
 

Sample Listbox

All | Freeware
Product Title  /  Popularity Revised License Rating Size
PowerPad Explorer
Make Internet Explorer your one-stop browser, bookmarks&passwords manager. PowerPad Explorer features a"tabbed"browser interface, allowing you to view multiple websites simultaneously. It also helps you organize the Internet, displaying all of your Internet Favorites with a Windows Explorer-like interface, plus a ...
July 26th 2003 Shareware    1,670k
Web Snapshot
Capture entire web pages to PNG, Jpeg, Gif, BMP images and resize them to thumbnails. The component saves any downloaded web files (html, flash, styles, JavaScript) to disk. You can specify first URL, thumbnail size and the sample Spider application ...
December 18th 2005 Shareware    1,821k
Mopis
Mopis is a high-quality semi-modular software synthesizer that combines traditional subtractive synthesis with sample resynthesis. Subtractive synthesis creates the same sounds that analog synths have used for years, using basic waveforms-- sawtooth, square, triangle, and sine waves-- which are processed ...
May 6th 2006 Shareware  5 stars 13,029k
OpenSebJ
OpenSebJ is a free real time audio sample mixer that runs on Microsoft Windows operating systems. The source code for OpenSebJ is released under the GNU General Public License. Some of OpenSebJ's features include:
* Supports loading of 255 Audio ...
May 14th 2006 Freeware    943k
TSampleDisplay3D
TSampleDisplay3D is a Delphi component (and ActiveX) for use in Win32 (9x/ME/2K/XP/Vista) software with BASS with a purpose to provide 3D sample display for audio data (audio streams). Has configurable colors, native support for ID3v2 SESC, making a selection, zooming ...
December 26th 2007 Shareware    3,388k
Add-in Express Toys for Excel and .NET
This is a free sample COM add-in (ready to install and use) that adds a number of useful features to Microsoft Excel. The add-in is based on the advanced Add-in Express technology and is designed to show you how to ...
July 30th 2008 Freeware  5 stars 787k
Add-in Express Toys for VSTO and Excel
This is a free sample add-in (ready to install and use) that adds a number of useful features to Microsoft Excel. The add-in is based on the innovative Add-in Express technology and gives you an example of developing Excel add-ins, ...
July 30th 2008 Freeware    453k
SampleNet
SampleNet is used to manage all the sample development activity for your merchandising department. It generates sample orders with YY, trim parts and size spec., sample invoices, customs invoice, sample history report and sample status report in different grouping.

Most ...
May 11th 2010 Shareware    330k
E-MU 1820 Digital Audio System Driver 2.1
Fixes:

Windows Vista - Fixes a "memory leak" bug in PatchMix in which PatchMix would continue to use, and fail to release system RAM.

Fixes a typo in the Insert Send list when using sample rates of 88.2 kHz and higher.

Fixes a ...
October 11th 2011 Freeware    34,212k
Vienna SoundFont Studio 2.40.60
File Name: VieSFM_PCApp_LB_2_40_60.exe

This download contains an improved version of the Vienna SoundFont Studio application. It increases the functionality of your audio device. For more details, read the rest of this web release note.

Vienna SoundFont Studio enables you to create and ...
November 14th 2011 Freeware    10,424k
Chronicle for Linux
Chronicle software is a small and fast blog compiler, written in Perl with minimal dependencies.

What is a blog compiler? It is a simple piece of software which will convert a directory of text files into static tree of HTML and ...
October 27th 2011 Freeware    82k
ExactAudio
ExactAudio (formerly known as GSMP) aims to become for sound what The GIMP is for graphics.

Some years ago, there has been a lack of useable audio-software for Linux - especially for a good multitrack wave-editor - so we decided to ...
August 21st 2011 Freeware    358k
Tigre
Tigre is a Python library that syncs directories to buckets on S3. It is named for the Tigre river that feeds into the Amazon River.

Installation:

Run python setup.py install to install the tigre script. Or just copy the tigre file to ...
August 27th 2011 Freeware    10k
GeoWebCache
GeoWebCache is a cache for WMS tiles implemented as an HttpServlet in Java. It is run through a container like Jetty, Tomcat or JBoss. The response time is measured in milliseconds.

Configuration

In addition to the GeoWebCache.properties file, GeoWebCache also uses properties ...
July 25th 2011 Freeware    317k
FAAC
The FAAC project includes the AAC encoder FAAC and decoder FAAD2.

FAAC supports several MPEG-4 object types (LC, LTP, HE AAC, Main, PS) and file formats (raw AAC, MP4, ADTS AAC), multichannel and gapless en/decoding as well as MP4 metadata tags.

The ...
March 8th 2011 Freeware    389k
VeriLook Standard SDK (Demo for Linux)
The SDK is based on the VeriLook PC-based face identification technology. It can be used with most cameras, webcams and databases on Linux or Windows. Simultaneous multiple faces' detection, processing and identification up to 80,000 faces/second. SDK distribution package includes: ...
April 2nd 2011 Demo    328k
databeans
databeans is a fully object oriented (not relational) persistence framework for Java, based on the use of the JavaBeans accessor methods to read and write data on disk instead of in the classes' instance fields.

Here are some key features of ...
March 25th 2011 Freeware    839k
Dmidecode
Dmidecode project reports information about your system's hardware as described in your system BIOS according to the SMBIOS and DMI standard (see a sample output).

This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well ...
February 5th 2011 Freeware    563k
AudioFinder for Mac
An audio asset management system, and music production hub. AudioFinder gathers all the most useful tools in one quick and intuitive application, enabling you to be more creative by handling all the time consuming tasks that slow down your music ...
October 6th 2011 Shareware    9,103k
Sync!Sync!Sync! for Mac
Do you have backup copy of your data? If your hard disk drive breaks, you can buy apps and musics but you can never buy back original data like documents, photos, emails, etc. Sync!Sync!Sync! helps you to make copies of ...
July 7th 2011 Shareware    1,731k
Related Scripts
Binding a two dimensional ArrayList to a ListBox Control
This is an useful web based tutorial through which you can learn how to insert the data of the two dimensional array in the list of the listbox control of ASP.NET. The complete sample program to carry out this operation ...
December 10th 2005 Freeware     
Filling a ListBox Control with a File Listing
It is an ASP.NET article in which the author talks about how to list the files of a directory in the listbox web control of ASP.NET. Inorder to perform this process you should import the namespaces such as System.Collections and ...
December 7th 2005 Freeware     
Listbox Control In C#
In this tutorial the author gives you the sample code for building a owner drawn listbox control in C#. This control helps you to display the images, font, colors etc., for the text of each item in the list. In ...
December 3rd 2005 Freeware     
ListBox Control Overview
ListBox Control Overview is a tutorial in which you can get details about the ListBox control of ASP.NET. In this tutorial the author shows how to add the items of the listbox control in two ways such as by using ...
December 17th 2005 Freeware     
Listbox Web Server Control
In this tutoiral the author gives you the procedure for populating the ASP.NET listbox web server control. The author shows how to add the items in the listbox control during design time and run time with a sample program. In ...
November 23rd 2005 Freeware     
Multiselect from a listbox in .NET
Multiselect from a listbox in .NET is a simple tutorial easily understandable by the users. This tutorial demonstrates the method of adding items in the listbox control and how to select multiple items in the listbox control. This tutorial offers ...
November 25th 2005 Freeware     
Using ListBox Web Control
This tutorial is more informative for the .NET programmers to know about the use of properties and methods of the ASP.NET listbox control. In this tutorial the author explains you the properties such as SelectionMode, Items, Rows and methods such ...
December 5th 2005 Freeware     
.NET Remoting Authentication and Authorization Sample - Part I
This is an online tutorial using which readers can learn how to make solution for .NET remoting. This tutorial explains this concept by discussing about Microsoft.Samples.Security.SSPI, independent sample applications that can be used for security solution implementation, authorization, authentication etc.,
December 5th 2005 Freeware     
Adding a Default ListItem in a Databound Listbox in ASP.NET
Adding a Default ListItem in a Databound Listbox in ASP.NET is an article in which the author discusses about adding items to the listbox web control of ASP.NET. The author shows how to add the items using the Insert method ...
December 5th 2005 Freeware     
Articles and Sample Code
Through this online article the webmasters can learn about more articles which is enlisted in this tutorial. These links would take the developers to the concern page and where they can read the complete article. The sample source code of ...
December 11th 2005 Freeware     
Related Code
A .Net Database Sample
Sample application/*.sln for beginners and intermediates using OLEDb. Other controls used are ListView, ListBox, and MenuItems. Also uses ArrayList as a collection holder for the entries in the DB. Comes with *.mdb file. Pretty good beginning point for OOD. Complete ...
August 9th 2006     31k
.Net listbox with color items and icons
Professional quqlity flicker free .Net listbox with color items and icons and scrollbars
February 15th 2006     258k
Sample SMS program v1.0
This sample application was developed on VS 2003
Before you can use it to send sms's u need to register at www.strikeiron.com to get a licence key Just Build the project enter the licence key and start sms'ing

if u are ...
February 15th 2006     14k
a "minimum" WinG sample application (C) by R.Hess
This is a very quick sample application that illustrates what could be considered a 'minimum' WinG application.
June 1st 2006     27k
Defractor v0.96 - Digital Sample Generator Engine
Defractor is a digital software synthesizer engine with a sample generator. It's purpose is to help musician, like me, on build new and acid samples for their tunes. Defractor is based on 32 Bit fload core. it features 2 oscillator, ...
June 20th 2006     296k
New Software
Popular Software