How is the App Object upgraded?
The App object in Visual Basic 6.0 is a global object that is used to set or retrieve information about the application. Though there is no direct equivalent in Visual Basic .NET, most of the properties can be mapped to equivalent properties. For example, the App object’s version information properties are replaced by assembly attributes. In Visual Basic 6.0, you can set the version information by using the Project Properties dialog box, while in Visual Basic .NET you should use the assembly attributes, which are set by editing the AssemblyInfo file of your converted project.