Ask Experts Questions for FREE Help !
Ask
    kate_ques's Avatar
    kate_ques Posts: 6, Reputation: 1
    New Member
     
    #1

    Apr 3, 2005, 08:29 PM
    Background mode?
    What is background mode?A program in background mode has any feature?How to make a program run in background mode?Please explain to me.Thanks in advance.
    LTheobald's Avatar
    LTheobald Posts: 1,051, Reputation: 127
    Ultra Member
     
    #2

    Apr 4, 2005, 04:58 AM
    Background mode is basically a program that is running, doing some tasks but you can't see it. This way you can go off and do something else while this program does its thing. For example, I believe Winamp has a background mode facility for it's Media Library. When the Media Library looks for files on your PC, it can run in the background. This allows you to use Winamp to do other things without distrubing the search process.

    As for how to run a program in background mode, a program can only be run in background mode if it has that feature programmed into the product. This option is also normally pretty obvious like a big button when you hit certain processes. You can't take any program and have it run in some kind of background mode.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #3

    Apr 4, 2005, 05:39 AM
    Back in the days of DOS, before multi-tasking OSes like Windows 95 and later, you could only run one program at a time. To get around this, programmer created what were then known as TSRs (Terminate and Stay Resident). These were programs that could stay in memory even after another program was loaded. Utilities like anti-virus, print spoolers, file managers, and others fell into this TSR category.

    Once OSes were able to multi-task, one could load multiple programs into memory and have them working simultaneously. Only one program would be the active program running in the foreground, all the others would then be running in the background. Anti-virus programs are still a prime example of this.

    Therefore, making another program the active program would send the previously active program into the background.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Criminal background 12 yrs.ago... [ 2 Answers ]

I am getting ready to go back to school in the medical field; I'm offered job placements through where I graduated .Do I have to worry about possibility of rejection because of a past record-over 10yrs.ago?! I've been told it shouldn't be that big of a deal... but,I have concerns because school...

Transparent background... [ 1 Answers ]

I really having trouble with this, every time I export a photo mostly jpg and bitmap files I can't have a transparent background... then I try this I make a new image with adobe then copy and paste it to corel I can see no background but when I print it a squire size fit to the image appear......

Background mode again [ 1 Answers ]

Well, I want to write Typing Assistant programming which help you in typing in other applications.For instance,when you are typing 'boo',the program will show you the word beginning with 'boo' at the highest probability(for example,'book').Because I need the program help you in the others,I need...

Application in background mode [ 1 Answers ]

How should I do to make my small application run in background mode?Please reply to me.Thanks.

More background mode [ 1 Answers ]

Firstly,thanks for your replies. If I write a program using MFC or API and I need to set my program become a background mode running application,how I carry out it?


View more questions Search