how can i run some class like a diferent program?
i want to control some stuff, but i want to have my app free while the controls are running in backgroung independent from each other, or the main process!
Thank you
Guilherme Costa
Printable View
how can i run some class like a diferent program?
i want to control some stuff, but i want to have my app free while the controls are running in backgroung independent from each other, or the main process!
Thank you
Guilherme Costa
I don't quite understand what you mean but why not just make it an actual exe. If you want to manage a couple of different applications then maybe you could make them seperate apps and have them all communicate with a 'controller' type app or with each other via remoting.
Use Multi Threading (System.Threading)
i want to do with threads, but it will raise and methode, i think that i should rethink my application to fit in the possibilites of .Net threading.
Thanks anyway!!