|
-
Jun 17th, 2013, 02:19 PM
#1
Thread Starter
Frenzied Member
Setting default properties in VB6?
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|