add zedgraph.dll as a class rather than a dll?
Hi all,
I am useing (trying to use) zedgraph as for some graphs i am makeing for a project at work. Its a non comerical and wont be avabliable to the public.
I was wondering if there was a way to incoporate the dll into the exe directly or as a class since i have the source code.
Re: add zedgraph.dll as a class rather than a dll?
If you have the source code and it doesn't breach the license then just add those classes to your own project. In the Solution Explorer or Project menu select Add -> Existing Item to import an existing code file into your project.
Note that you can also use ILMerge, which is a free download from MS, to merge multiple .NET assemblies into one.