Application run as process
Hi, my name is Alex and I'd like to know how can I run an application as
process (or what should I do to run an applicatin that is invisible in EndTask
window).
# 1 Re: Application run as process
Hi,
In Windows any executable is an process. If you open any application, then
the process is avialble in Task Manager. If you want to Create your own process
in your application you have to call CreateProcess()fn.
"Andrei Alexandru" <andreialexandru@k.ro> wrote:
>
> Hi, my name is Alex and I'd like to know how can I run an application
as
>process (or what should I do to run an applicatin that is invisible in EndTask
>window).
>
Siva at 2007-11-11 20:40:09 >
