Results 1 to 4 of 4

Thread: running a class as a diferent program

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Location
    Porto Alegre, RS
    Posts
    210

    running a class as a diferent program

    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

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  3. #3
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    Use Multi Threading (System.Threading)
    \m/\m/

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Location
    Porto Alegre, RS
    Posts
    210
    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!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width