Is there a simple way to get the name of a VB project and the class. It might look like :
But ofcourse this doesn't work. Anybody know a other way????Code:Projname = project.name
Clsname = class.name
Printable View
Is there a simple way to get the name of a VB project and the class. It might look like :
But ofcourse this doesn't work. Anybody know a other way????Code:Projname = project.name
Clsname = class.name
1. Project Name > App.Title
2. ? :)