|
|
|
Creating Volumouse Plugins
|
If you're a C++ programmer, and you want to add new components into Volumouse utility (In addition to the built-in Volume/Window Transparency/Screen Brightness components),
you can do that by creating a Volumouse plugin.
Start with a simple example
The best way to start develop your own plugin, is by using the 'VoluSample' sample plugin.
VoluSample is a simple plugin that add 2 new components to Volumouse: 'Desktop Color' and 'Window Color'.
You can download this sample from here.
This zip file contains the sample in 2 formats - one for Visual C++ 6.0 and the other for Visual Studio 2005.
General guidelines for Volumouse plugins
|
|
|