How do I include a .dll file in an executable file
I see if I have my dll file in the same directory as the application.startuppath that it works.
But I dont want to send 2 seperate file.. I want the .dll file merged into the app.
I tried to include it in the resources but that did not help
I feel very technically challenged today
Thank you