How make my own class and imports this
-
Hello world!, I want to make my classes, is possible that I can imported this classes?. I think that I can use: Imports MyClass Is possible, How can do that?... gangeles
In the project that you want to use your class library in, you have to add a reference to the library. If the class library project is in the same solution as the project you want to use it in, add a project reference. If your library is completely finished and won't be changing, you can add a reference to the .DLL that your class library is in. Only after the reference is added, will your
Imports
statement work and your code be able to use those classes. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome -- modified at 11:12 Thursday 26th January, 2006