Thread: run a program in background

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    4

    run a program in background

    Hi,

    can I run a program in background, so that the user cant see and control anything of it ?

    and if i can, how can i do that ?

    thx for any help

    cya Dream

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    If you make a program with no user interface, then the user of the machine will not be able to interact with it, so problem solved, as long as you have a way of starting your program, which should be fairly easy. The details, of course, would depend on the operating system.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    4
    hi,

    i am making a program for windows nt but not with an interface and i am not programming with visual c++ or borland c++ builder,
    at this time i use dev C++ because i dont find my borland c++ 6

    cya Dream

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. can't get this program to run correctly
    By Amyaayaa in forum C++ Programming
    Replies: 3
    Last Post: 02-05-2008, 04:16 PM
  2. Help me with my basic program, nothing I create will run
    By Ravens'sWrath in forum C Programming
    Replies: 31
    Last Post: 05-13-2007, 02:35 AM
  3. Replies: 2
    Last Post: 12-22-2006, 08:45 PM
  4. forcing a program to run in the background?
    By Geo-Fry in forum Tech Board
    Replies: 4
    Last Post: 10-27-2003, 08:11 PM