Introduction
There are some tasks on every project that are essential, dull and prone to
errors. These include things such as checking that all TooltipText has been
input and checking that all HelpContextID's have been set.
Under these situations, trying to use the property window for each control is
very time consuming and can require feats of memory that are pointless.
It occurred to me that sometimes it is useful to see a single property for
all controls on a form.
This VB6 Addin allows you to do that.
Usage
For the currently selected form it will list out all of the controls which
contain a particular property and allow you to change that property.
All you need do is highlight a control in the list and then over-write its
property value. The form is updated automatically.
Download
The complete source and a DLL is available for download as PropWiz.exe
(23K)
|