Click here to Skip to main content
16,008,075 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Anonymous16-Aug-02 12:14
Anonymous16-Aug-02 12:14 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Marc Clifton16-Aug-02 13:14
mvaMarc Clifton16-Aug-02 13:14 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
skn2k16-Aug-02 16:39
skn2k16-Aug-02 16:39 
AnswerRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.16-Aug-02 22:46
Stephane Rodriguez.16-Aug-02 22:46 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
nitro66618-Aug-02 4:17
nitro66618-Aug-02 4:17 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.18-Aug-02 4:39
Stephane Rodriguez.18-Aug-02 4:39 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
nitro66618-Aug-02 6:07
nitro66618-Aug-02 6:07 
AnswerRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.18-Aug-02 4:51
Stephane Rodriguez.18-Aug-02 4:51 
I had forgotten the trick but now I remember. You can use windowstations and desktops, they are objects that Microsoft introduced along with Windows NT.

These two objects allow to run processes in separate windowstations and desktops that the default one, which is the actual interactive windowstation and default desktop attached to it.

You may either create a new desktop on the current windowstation, winsta0, and then run processes on it.
You may also create a new windowstation as well.

Complete code can be found on MSDN with keyword search winsta0. That's plain raw C++ code.

Be sure to also prepare code for destroying the processes : as you will not even see them in the task manager, it will be slightly harder to stop them...




And I swallow a small raisin.

GeneralEvents from a Remote Object Pin
16-Aug-02 10:12
suss16-Aug-02 10:12 
GeneralRe: Events from a Remote Object Pin
Sijin17-Aug-02 1:39
Sijin17-Aug-02 1:39 
GeneralIdentifying struct type from pointer Pin
leppie16-Aug-02 9:52
leppie16-Aug-02 9:52 
GeneralRe: Identifying struct type from pointer Pin
Stephane Rodriguez.16-Aug-02 10:15
Stephane Rodriguez.16-Aug-02 10:15 
GeneralRe: Identifying struct type from pointer Pin
leppie16-Aug-02 11:04
leppie16-Aug-02 11:04 
GeneralDll and HINSTANCE Pin
Nish Nishant16-Aug-02 7:38
sitebuilderNish Nishant16-Aug-02 7:38 
GeneralRe: Dll and HINSTANCE Pin
albean16-Aug-02 7:54
albean16-Aug-02 7:54 
GeneralRe: Dll and HINSTANCE Pin
Nish Nishant16-Aug-02 8:09
sitebuilderNish Nishant16-Aug-02 8:09 
GeneralRe: Dll and HINSTANCE Pin
leppie16-Aug-02 8:33
leppie16-Aug-02 8:33 
GeneralRe: Dll and HINSTANCE Pin
Nish Nishant16-Aug-02 9:48
sitebuilderNish Nishant16-Aug-02 9:48 
GeneralRe: Dll and HINSTANCE Pin
leppie16-Aug-02 10:49
leppie16-Aug-02 10:49 
GeneralI'm becoming crazy about keys Pin
Anonymous16-Aug-02 5:49
Anonymous16-Aug-02 5:49 
GeneralRe: I'm becoming crazy about keys Pin
leppie16-Aug-02 6:30
leppie16-Aug-02 6:30 
GeneralRe: I'm becoming crazy about keys Pin
nitro66618-Aug-02 6:34
nitro66618-Aug-02 6:34 
GeneralRe: I'm becoming crazy about keys Pin
James T. Johnson16-Aug-02 8:41
James T. Johnson16-Aug-02 8:41 
GeneralRe: I'm becoming crazy about keys Pin
nitro66618-Aug-02 9:23
nitro66618-Aug-02 9:23 
GeneralRe: I'm becoming crazy about keys Pin
James T. Johnson18-Aug-02 9:24
James T. Johnson18-Aug-02 9:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.