After someone creates a DLL in C# using the Microsoft Visual development environment, how would another programmer take that code, make a new project that includes the DLL's source and make a GUI that uses the DLL'S API?
complete -2 Junior Poster
Recommended Answers
Jump to PostAnother 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 …
All 4 Replies
dickersonka 104 Veteran Poster
alc6379 120 Cookie... That's it Team Colleague
complete -2 Junior Poster
dickersonka 104 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.