Home All Groups Group Topic Archive Search About

How to convert windows from VS.2003 to VS2005

Author
22 Jun 2006 6:38 AM
Peter Stojkovic
In VS.2003 all information was in one file
example: form1.vb

Now in VS.2005 the source-code is splitted into two files.

I have a lot of windows.
Is there any possibility to automatically split the old windows into two
files for Vs.2005 ?


Thanks
Peter

Author
22 Jun 2006 6:57 AM
Tym
On Thu, 22 Jun 2006 08:38:03 +0200, "Peter Stojkovic"
<no_spam@gmx.net> wrote:

>Is there any possibility to automatically split the old windows into two
>files for Vs.2005 ?

2005 Automatically "upgrades" previous versions ( or so I've found
anyway)

Tym

~There's no place like 127.0.0.1~
Author
22 Jun 2006 10:16 AM
Herfried K. Wagner [MVP]
"Tym" <no_spam@ictis.net> schrieb:
>>Is there any possibility to automatically split the old windows into two
>>files for Vs.2005 ?
>
> 2005 Automatically "upgrades" previous versions ( or so I've found
> anyway)

That's basically true, but it doesn't split up forms into partial classes
for user-generated code and designer-generated code.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
22 Jun 2006 8:47 AM
Cor Ligthert [MVP]
Peter,

No and I would not do that, it is a lot of work and helps you with nothing.
One day when there is time enough, than is that in my idea the job that
*can* be done.

Just my thought,

Cor

Show quoteHide quote
"Peter Stojkovic" <no_spam@gmx.net> schreef in bericht
news:eTk0XYclGHA.4144@TK2MSFTNGP05.phx.gbl...
> In VS.2003 all information was in one file
> example: form1.vb
>
> Now in VS.2005 the source-code is splitted into two files.
>
> I have a lot of windows.
> Is there any possibility to automatically split the old windows into two
> files for Vs.2005 ?
>
>
> Thanks
> Peter
>
>