Thread: Process Management

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

    Process Management

    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
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Well in windows you can use CreateProcess(), or if you are just going to execute a different program in the new process, just use ShellExecute(). You can call these functions from any language which can use the windows API.

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 in C#
    By kishorepalle in forum C# Programming
    Replies: 2
    Last Post: 09-21-2004, 09:04 PM