Volume Indicator and Color box controls are implemented in one DLL file.
They support all the standard OLE control interfaces and additionally
IPersistPropertyBag. They are suitable for HTML pages, Visual Basic,
Delphi and so on.
These controls are side effect of our work over applied projects thus they
are not too much advanced but can be of use for you.
In Visual Basic you will need to add VolumeIndicator type library to
the palette in order to use them. In other development tools find the controls
in the insertion list and insert them in the form/page.
There is no install program in the package - you will need to register the
DLL using the regsvr32 utility. No problem to pack them with an install program
but it will be bigger than the code it installs and there is no real need of it
because usually controls will be included in the installations of the programs
using them.
There is an Windows HTML help file with the documentation in the
package. It contains HTML examples. A simple VB example resides in additional
directory in the archive. But don't forget to register the DLL before exploring
the examples.
Controls are marked as safe for scripting and initialization (and they are
really safe). The SimpleColorCheckBox supports keyboard interface and focus
indication.
Both controls are freeware and there are no restrictions on using them in any
application you built. We will be happy to have a back link to us on your site
(if you have one) if you are using them in your application(s) but this is not a
requirement of course.