Thread: C# DLL
View Single Post
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: C# DLL

 
0
  #3
Dec 1st, 2008
Another thing to do, after you've made a reference to the DLL or project, is to use the using statement to include the namespace included in that DLL file. It's not absolutely required, but it does simplify using methods and classes from the DLL, rather than having to type out the fully qualified name of the method/class.

As a handy tip, you can use object explorer to look through a DLL's functions to determine what you're wanting to use.
Alex Cavnar, aka alc6379
Reply With Quote