I have a project that I have made into an .exe file. My project uses a DLL file that my code is referenced to.

My question is how can I make my project reference to that DLl file without having to have the DLL file in the same folder (upon deployment)?

I would like to be able to have people download my program (exe file only) and have that one exe file on their desktop without having to have the DLL file present.

Is there a way?

Thanks in advanced

daveofgv