AddFile method
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm having problems trying to figure out how the new VS.NET macros work. In VS6 you could add a file to a project by using this statement: Application.Projects(1).AddFile("test.cpp") They changed the object module, so this no longer works. I tried to figure out what the equivilant statement is, without any success. Can any one help? thanks, Ed