Dropping Specified .exe File
Hello, i was wondering , is it possible to create a form with a button that when we click it, it creates a .exe program in another project at desktop. im not so sure if you got what i mean but i will give more info if you ask. thanks in advance.
Just add the .exe as a resource on your project. Then write that resource to the desktop path using System****.File.WriteAllBytes()
Good and NP.
Marked solved.