Thread: Process management in C#

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    16

    Process management in C#

    Hello Guys,

    We have a fork to create a process generally. How do we generate processes in C#. I mean process generation, management, and handling via languages such as Visual C++, VB, or C#. My exposure to these lang is very new.

    Any help over the matter via explaination or providing the links where I can find material is very much appreciated.

    Thanx in advance,
    Kishore

  2. #2
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    MSDN will almost always be a good source for stuff like this. Since C# was aimed at programmers who want to create applications quickly, they provide a lot of information on how to deal with things like screensavers, dealing with the registry, etc...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. Replies: 3
    Last Post: 10-15-2008, 09:24 AM
  3. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  4. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM
  5. Process Management
    By kishorepalle in forum Windows Programming
    Replies: 1
    Last Post: 09-21-2004, 06:12 PM