I'm making a program in VB.net and I need an easy way to take an external UI DLL (Bunifu) and embed it into my project.
So that the user don't have to have the .DLL in the same folder as the executable file. How do I achieve this as simple as possible?