Re: MFC program error
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Fri, 09 Feb 2007 13:05:58 -0500
All programs execute memory resident. In fact, that is the definition of a program: it is
a bunch of instructions resident in memory.
The old "terminate and stay resident" of MS-DOS was just a poor hack at attempting to have
multiple programs running at once. In Windows, all programs are running.
There are more serious questions, such as "what do you want it to do?" and "do you want it
running for the logged-in user?"
System services come up when the machine boots, and they run in the background, but they
have limitations, for example, they cannot have a GUI interface.
Some programs don't have an entry in the task bar but instead have a tray icon.
Some programs monitor user activity (use hooks).
But unless we know what you want, the question is too vague to be answerable.
joe
On 9 Feb 2007 09:43:49 -0800, "Shahoo" <shahookamangar@xxxxxxxxx> wrote:
Hi,Joseph M. Newcomer [MVP]
I am new to MFC and I want to know how to make a program work behind
the scenes(memory resident).Can anyone help on that please?
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Follow-Ups:
- Re: MFC program error
- From: Shahoo
- Re: MFC program error
- References:
- MFC program error
- From: Shahoo
- MFC program error
- Prev by Date: Re: dynamic array in MFC
- Next by Date: Re: ListView control
- Previous by thread: MFC program error
- Next by thread: Re: MFC program error
- Index(es):
Relevant Pages
|