So i have an application, is there anyway i cant create another .exe from within my app.
So i click a button and a new .exe with a button that does something i want, is created in the same directory.
Printable View
So i have an application, is there anyway i cant create another .exe from within my app.
So i click a button and a new .exe with a button that does something i want, is created in the same directory.
Not unless your app is a compiler.
You could put it into a resource file:
http://support.microsoft.com/kb/q194409/