- Joined
- Sep 8, 2007
- Messages
- 1,381
- Reaction score
- 39
Is it possible to load save a exe file as a resource and launch it when you launch or press a button in your program.
e.g
Public Void Button_Clicked();
{
// runs the exe in the resource folder inside the program
}
thanks in advance
e.g
Public Void Button_Clicked();
{
// runs the exe in the resource folder inside the program
}
thanks in advance