Home All Groups Group Topic Archive Search About

how to convert x.vb into x.Designer.vb and x.vb

Author
5 Nov 2006 12:19 AM
Academic
I like the vs2005 way of separating the designer code from my code.

Is there a non-manual way of taking a 2003 .vb file and turning them into
two files ( .vb and .Designer.vb)


I have a solution of 24 projects that I'd like to convert



Thanks

Author
5 Nov 2006 7:17 AM
Cor Ligthert [MVP]
No. you can try to make it yourself, I tried that but it was more work than
I thought on first sight.

Therefore I stopped in fact I found it afterwards not so important.

Cor


Show quoteHide quote
" Academic" <academicNOSPAM@a-znet.com> schreef in bericht
news:ukUUCAHAHHA.5068@TK2MSFTNGP02.phx.gbl...
>I like the vs2005 way of separating the designer code from my code.
>
> Is there a non-manual way of taking a 2003 .vb file and turning them into
> two files ( .vb and .Designer.vb)
>
>
> I have a solution of 24 projects that I'd like to convert
>
>
>
> Thanks
>
Author
5 Nov 2006 2:12 PM
Academic
If I tried I think I would try to write a program to do it.

thanks

Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:eyipzoKAHHA.4844@TK2MSFTNGP02.phx.gbl...
> No. you can try to make it yourself, I tried that but it was more work
> than I thought on first sight.
>
> Therefore I stopped in fact I found it afterwards not so important.
>
> Cor
>
>
> " Academic" <academicNOSPAM@a-znet.com> schreef in bericht
> news:ukUUCAHAHHA.5068@TK2MSFTNGP02.phx.gbl...
>>I like the vs2005 way of separating the designer code from my code.
>>
>> Is there a non-manual way of taking a 2003 .vb file and turning them into
>> two files ( .vb and .Designer.vb)
>>
>>
>> I have a solution of 24 projects that I'd like to convert
>>
>>
>>
>> Thanks
>>
>
>