visual basic skype control
Quality Control 1.0
Quality Control - Enables Dont Suck mode on your computer more>>
The Quality Control program will give you that checkbox.
Completly freeware for non-commercial use.
iMic Control 1.5
Adds additional USB audio recording features. more>>
The software is free for iMic users. Currently the iMic control supports output treble, bass, volume, balance, and mute as well as input gain. Some functions such as audio input gain require that you hot plug the iMic before the new settings take effect.
NetLinx Diagnostic and Control 0.1.0
Control NetLinx interfaces. more>>

PixelMixer Basic set 1.0
42 icons for your web application, software or GUI design in 48x48, 32x32 and 16x16 sizes. more>>
42 icons for your web application, software or GUI design in 48x48, 32x32 and 16x16 sizes.
SETI Control 3.3
SETI Control brings a simple and effective REALbasic application which allows you to control the Darwin (Unix) version of setiathome-BOINC in Mac OS X. more>>
SETI Control 3.3 brings a simple and effective REALbasic application which allows you to control the Darwin (Unix) version of setiathome-BOINC in Mac OS X. SETI Control now implements commonly used BOINC options, so there is usually no need to use OS X's Terminal application.
iTunes Controller 1.2
iTunes Controller is a clickerAction that gives you almost complete control over iTunes 3. Features include: Basic player control. Play, pause, Rewind, Fast Forward, Next/Prev. track more>> iTunes Controller is a clickerAction that gives you almost complete control over iTunes 3. Features include:
- Basic player control. Play, pause, Rewind, Fast Forward, Next/Prev. track.
- Volume control
- Choose Playlist..
- Search Song/Album/Artist
- Set Rating of track
- Set Playlist Shuffle
- Set Playlist Repeat mode
- Browse Audio CD
- Preferences for the script. (Saved across sessions!)
- Feedback on Mac screen and/or on phone.
- Build-In Help
Mac OS X 10.2 or later, Sony Ericsson Clicker 1.5 or later BSD Subsystem (installed by default), GUI Scripting.

Refresh Basic Folder Icons 1.0
A fresh take on basic folder icons. more>>
Artist Dave Brasgalla has been hard at work creating an all new style of desktop folders just for Leopard. Designed to be slick and easy to read at a glance, Refresh is the first in a long line of new additions coming to the Iconfactory.
Device Control Device 0.14
Remote telescope client program compatible with the INDI standard more>> Remote telescope client program compatible with the INDI standard
Device Control Device is a client program compatible with the INDI standard (see http://indi.sourceforge.net) for remote telescope and device control. Device Control Device is writen in Python and uses the GTK in order to display the GUI.
System requirements:
- Internet Connection
Alpha Juno Control 0.9
Alpha Juno Control - Patch editor for Alpha Juno keyboards more>>
Coolest feature: has the ability to map incoming control changes (CC messages) to the onscreen sliders. Think of it as a software version of the PG300.
AppSwitcher Control 1.1
AppSwitcher Control - Customize the appearance and behavior of the Application Switcher more>>
Enhancements:
- Revised layout of options using more visual elements. Eliminated popup menus.
- Added miniature representation of the screen which allows you to visually set position, orientation, and grow direction, all at once.
- Added ability to edit name width. Click the arrows to increment or decrement by 10 pixels. Shift-click to increment or decrement by 1 pixel.
- Added ability to order by name or launch order, normal or reverse.
- AppSwitcher Control now reads the Application Switchers settings only the first time you launch it. When you quit AppSwitcher Control, it saves your settings to its own preferences file. From then on, it reads settings from its preferences file at launch. This results in much faster launch times.
- AppSwitcher Control now does a better job of loading the existing settings.
- AppSwitcher Control now remembers which tab was frontmost when you last used the application.
- Added balloon help for just about everything.
- General cleanup of the internal workings of the app.
Visual Component Framework 0.6.5
Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++ more>> Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++
Visual Component Framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD).
The Visual Component Framework framework is designed to be portable over multiple compilers and platforms, so you dont have to lose all that work that went into writing your app for a single platform!
Main features:>
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given objects class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of its parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then youre all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Threads peer class, you can get a handle to the native thread handle itself. For a control, you can access the controls peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
Enhancements:
- This is the very first src release of the Mac OS X port of the VCF. It should build and run some of the examples, but is obviously very much still a work in progress.
Brightness Control 1.0.4
Brightness Control - Dim your monitor easily more>>
Enhancements:
- Universal Binary. Brightness Control is now compatible with both Intel and PowerPC Macs.

Icarus Camera Control 20090425
Camera control software for Nikon D80 and other PTP cameras. more>>
This program allows users of PTP cameras to remote control the camera, i.e. for tethered capture. It is intended as a replacement for vendor supplied camera control software that performs badly on portable computers.
This is open source software, not closed shareware. Easy-to-install bundles are available, or you can retrieve the source and build yourself.
iTunes Control Scripts 0.1
iTunes Control Scripts - Remote control iTunes more>>
iTunes Control Scripts can show all details of the current track, control iTunes (volume, play, pause, quit, next, previous) and set rating for current song.
VLC Remote Control Shell Scripts 1.0
VLC Remote Control Shell Scripts - Remotely control VLC player more>>
The package contains the following scripts:
- Fullscreen
- Mute
- Play
- Pause
- Stop
- Tofront.