Any tool that can upgrade the .NET 1.1 WinForm code to the .NET 2.0 "style"?

I mean a tool that can extract certain content from old .NET 1.1 WinForm code and put it in a .designer file (so that it looks like .net 2.0 WinForm code). This also includes updating the project file (.csproj / .vbproj) ..

If there is no existing tool yet, any advisor or pointer on how to do this while programming?

+1


source to share


1 answer


Macro can be used, see this article for macro code.



If anyone else wants to do this for VB.net (like me) the only example I could find was this one in C #, but it gave me a foundation and we got it to work with a vb project.

+1


source







All Articles