App.Path??

now I am confused - If you use VB .Net I would think you have to use the .Net Framework - I have seen nothing compatible in any way whatsoever to VB6 - what is a Namespace? how is it compatible?
 
A Namespace is a group of related classes. Theres a compatibility Namespace which allows you to use commands that are in VB6.

As you learn more about object oriented programming itll make more sense. For now just be aware that its there and that you should stay away from it. :)
 
OK - I agree - I was thinking I could be using that VB6 compatible namespace without knowing it -

Is it correct then that I would have to include a definition line somewhere in order to be using it in my code? So that if I do not specifically do this then I am not using it ...
 
Back
Top