How to convert windows from VS.2003 to VS2005

  • Thread starter Thread starter Peter Stojkovic
  • Start date Start date
P

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
 
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~
 
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
 
Tym said:
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.
 
Back
Top