|
-
Sep 9th, 2024, 03:18 PM
#1
Thread Starter
Fanatic Member
Can I change the template for new forms that I add to my VB6 project?
Hello!
For each new form that I add to my project I find myself changing the font size, scalemode and startup position, etc.
Is there a template that I could change to avoid this task?
Thank you!
-
Sep 9th, 2024, 03:27 PM
#2
Re: Can I change the template for new forms that I add to my VB6 project?
Not really, but you could copy-paste it from another form if you open it in a text editor.
-
Sep 10th, 2024, 02:00 AM
#3
Re: Can I change the template for new forms that I add to my VB6 project?
For the form font, you can use this addin:
https://www.vbforums.com/showthread....rms&highlight=
I think you can modify the Addin to change other properties
-
Sep 10th, 2024, 07:20 AM
#4
Lively Member
Re: Can I change the template for new forms that I add to my VB6 project?
Create your form as desired. Save this form in the following path:
C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms
Then this form will appear in the list of forms which is shown whenever you add a form
to a project.
-
Sep 10th, 2024, 08:10 AM
#5
Fanatic Member
Re: Can I change the template for new forms that I add to my VB6 project?
 Originally Posted by VBClassic04
Create your form as desired. Save this form in the following path:
C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms
Then this form will appear in the list of forms which is shown whenever you add a form
to a project.
Works great! Had to change the path however to:
C:\Program Files (x86)\Microsoft Visual Studio\VB98\Template\Forms
-
Sep 11th, 2024, 05:37 PM
#6
Thread Starter
Fanatic Member
Re: Can I change the template for new forms that I add to my VB6 project?
Tags for this Thread
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
|