Hi
A Grade One question from a beginner but here goes...
In Micorsoft Access within design I am used to copying forms rather than starting from scratch - in Access this is a simple form save-as.
However in Visual Basic the form save-as seems to do something different. It copies the .frm/.frx files on the disk but seems to change the disk name next to the logical original name in Project Explorer. The new form is not added to Project Explorer.
To clarify (hopefully) - [When I want to copy frmA to produce frmB]
Project Explorer:
Start: frmA (frmA.frm)
After Save-as: frmA (frmB.frm)
What I want: frmA (frmA.frm)
frmB (frmB.frm)
I'm sure there is an easy answer to this.
A Grade One question from a beginner but here goes...
In Micorsoft Access within design I am used to copying forms rather than starting from scratch - in Access this is a simple form save-as.
However in Visual Basic the form save-as seems to do something different. It copies the .frm/.frx files on the disk but seems to change the disk name next to the logical original name in Project Explorer. The new form is not added to Project Explorer.
To clarify (hopefully) - [When I want to copy frmA to produce frmB]
Project Explorer:
Start: frmA (frmA.frm)
After Save-as: frmA (frmB.frm)
What I want: frmA (frmA.frm)
frmB (frmB.frm)
I'm sure there is an easy answer to this.