Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How is the App Object upgraded?

app object upgraded
0
Posted

How is the App Object upgraded?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123