Quote Originally Posted by jmcilhinney View Post
Seriously, I don't know why you can't just distribute both the EXE and the DLL in a ZIP file. Many, many programs are distributed that and users are accustomed to it. If you're really determined to go down that path though, look at ILMerge, which can be downloaded from Microsoft.
Thanks for the reply! I can distribute both the EXE and the DLL in a ZIP file, but I always like to try my best to keep my applications standalone because users can relocate the program wherever they'd like without having to worry about it not working. Also, they don't have to create a shortcut to the program.

I have tried ILMerge before, but I'll give it another go. Thanks again!