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
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
Thanks ^^ ill search for reflection calss