I just started editing an application and noticed someone dimming App as a variable. What kind of problems can this have since App. is a reserved word?
App" is a VB global object which contains information about your application, such as the title or version or application path you have given it.
It shouldn't cause any probelms, as long as with in the scope the variable which it is used the VB App object is then used with the full identifier as in VB.App.Path.
It's actually used to dim an existing structure. Pretty ugly if you ask me but apparently it's not causing any problems. None that I've noticed anyway, but it appears I'll have to use it which I'm not comfortable with at all.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.