About Namespace
-
1)I made some classes I want to keep them in Namespace How can i do it in Visual Studio.Net? 2)I want to import this name space in different programs How Can I do this? 3)I want to make them compiled namespace so that when I want I can use them. Can I do all this and How Thanks for any reply
-
1)I made some classes I want to keep them in Namespace How can i do it in Visual Studio.Net? 2)I want to import this name space in different programs How Can I do this? 3)I want to make them compiled namespace so that when I want I can use them. Can I do all this and How Thanks for any reply
For each of the apps you want to use your assembly in, all you need to do is add a reference to your assembly (the .DLL you compiled your stuff into), then type the usual
Imports myNamespace
at the top of the code that will use it. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome