I would like to set default properties for a number of control types in VB6. For example I'd like to set the default ScaleMode property for Form objects and PictureBox objects to Pixels (instead of twips), so that when I started up VB6 I wouldn't have to manually change the ScaleMode property on the Form and every PictureBox object I add (the factory default for these when you get VB6 out of the box is Twips, but Pixels are better for image-editing apps). Is there a way to set such default properties in VB6? Maybe a registry hack? Or some way to patch vb6.exe?
↧