In this VB7 app, the porting and placement of VB6 form and Control to VB7 is done with the help of
an XML file. This Code can convert a container control to VB7 container and place the control on them, this application can eliminate the need of
redrawing the complete form from VB6 to VB7. This application uses file IO with the help of .NET IO classes and .NET XML classes
It opens the VB6 form file and read the form attributes and trys to map that with VB7 attributes
that are there in the XML file.
CAVEAT: The problem with current application is that it doesn't handles Control array.
Download full source code and readme.txt file
Submitted by Pramod Singh