ObjectMaster is an ActiveX control which makes it possible to easily create unlimited number of independent copies of an object in Visual Basic 6, with the values of the properties which that specific object instance has in that moment.
You can also save object's properties to a file and later to automatically reconstruct the object from the file, even if the object has other subobjects. You can use ObjectMaster, for instance, to easily save your application's settings, or even very complex objects which your application uses. Later, ObjectMaster can automatically create the appropriate object, according to the data saved in the file (or even sent to the clipboard).
And all this with a single line of code.