Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving
Cheers for the responce Anil. Er...Right clicking on the Form gives me "View
Code", "Lock controls" and "Properties " and right clicking on the Form in
the Solution Explorer give copy but no Paste.
Were it so simple I'd should have worked it in this rusty old brain of mine.
I believe there is a load of hidden code that gets regenerated on each
rebuild which refers back to the original form. And this where I'm lost
"Anil Gupte/iCinema.com" wrote:
Right Click on the Form, click Copy. Repeat Right Click and click Paste?
>
Easy enough? Even easier, click on the form, then Ctrl-C, Ctrl-V.
>
Cheers,
--
Anil Gupte
Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving
On Jun 25, 7:06 am, johnb <jo...@discussi ons.microsoft.c omwrote:
Cheers for the responce Anil. Er...Right clicking on the Form gives me"View
Code", "Lock controls" and "Properties " and right clicking on the Formin
the Solution Explorer give copy but no Paste.
>
Were it so simple I'd should have worked it in this rusty old brain of mine.
I believe there is a load of hidden code that gets regenerated on each
rebuild which refers back to the original form. And this where I'm lost
>
"Anil Gupte/iCinema.com" wrote:
Right Click on the Form, click Copy. Repeat Right Click and click Paste?
>
Easy enough? Even easier, click on the form, then Ctrl-C, Ctrl-V.
Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving
"johnb" <jo...@discussi ons.microsoft.c omwrote in message
news:1016675F-7E42-4A61-AC3B-3625931CDBBF@mi crosoft.com...
Hi All
How do I copy a Form within a project?
>
TIA
>
johnb
Personnally, I never trusted copy and pasting a form to reproduce it.
My standard model is to add a new form object, and copy / paste the
controls and code behind from the old form into the new one. The bad
thing is that you'll still need to set the form properties manually.
On Jun 25, 7:06 am, johnb <jo...@discussi ons.microsoft.c omwrote:
Cheers for the responce Anil. Er...Right clicking on the Form gives me "View
Code", "Lock controls" and "Properties " and right clicking on the Form in
the Solution Explorer give copy but no Paste.
Were it so simple I'd should have worked it in this rusty old brain of mine.
I believe there is a load of hidden code that gets regenerated on each
rebuild which refers back to the original form. And this where I'm lost
"Anil Gupte/iCinema.com" wrote:
Right Click on the Form, click Copy. Repeat Right Click and click Paste?
Easy enough? Even easier, click on the form, then Ctrl-C, Ctrl-V.
Cheers,
--
Anil Gupte
>www.keeninc.net
>www.icinema.com
>www.wizo.tv
"johnb" <jo...@discussi ons.microsoft.c omwrote in message
>news:1016675 F-7E42-4A61-AC3B-3625931CDBBF@mi crosoft.com...
Hi All
How do I copy a Form within a project?
TIA
johnb
>
Personnally, I never trusted copy and pasting a form to reproduce it.
>
My standard model is to add a new form object, and copy / paste the
controls and code behind from the old form into the new one. The bad
thing is that you'll still need to set the form properties manually.
>
Thanks,
>
Seth Rowe [MVP]
>
Comment