Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNetwork monitoring - an easy way? Pin
helsten213-Aug-02 2:50
helsten213-Aug-02 2:50 
GeneralRe: Window Size Gone!!!! Pin
Jon Hulatt13-Aug-02 2:31
Jon Hulatt13-Aug-02 2:31 
GeneralSpawning another application Pin
[CoY0te]13-Aug-02 1:55
[CoY0te]13-Aug-02 1:55 
GeneralRe: Spawning another application Pin
Tomasz Sowinski13-Aug-02 2:01
Tomasz Sowinski13-Aug-02 2:01 
GeneralRe: Spawning another application Pin
[CoY0te]13-Aug-02 2:33
[CoY0te]13-Aug-02 2:33 
GeneralRe: Spawning another application Pin
Ranjan Banerji13-Aug-02 2:24
Ranjan Banerji13-Aug-02 2:24 
GeneralRe: Spawning another application Pin
Nick Parker13-Aug-02 2:59
protectorNick Parker13-Aug-02 2:59 
GeneralRe: Spawning another application Pin
Daniel Lohmann13-Aug-02 3:08
Daniel Lohmann13-Aug-02 3:08 
If the spawned apps do not need to be visible for the user and you are on NT, you could just run them on a different desktop. This is the way the system uses to ensure that service processes are not used interactive.

I have never tested it on myself, but AFAIK all you have to do is to pass a new desktop and maybe also a new window station name in the lpDesktop param of STARTUPINFO. If the desktop does not exist yet, the system creates it for you.

--

Daniel Lohmann

http://www.losoft.de
(Hey, this page is worth looking! You can find some free and handy NT tools there Big Grin | :-D )
GeneralRe: Spawning another application Pin
Roman Fadeyev13-Aug-02 3:59
Roman Fadeyev13-Aug-02 3:59 
GeneralRe: Spawning another application Pin
Joshua Nussbaum13-Aug-02 2:25
Joshua Nussbaum13-Aug-02 2:25 
GeneralRe: Spawning another application Pin
[CoY0te]13-Aug-02 2:37
[CoY0te]13-Aug-02 2:37 
GeneralRe: Spawning another application Pin
Joshua Nussbaum13-Aug-02 2:41
Joshua Nussbaum13-Aug-02 2:41 
GeneralChanging ListCtrl Headers color Pin
RuiSantiago13-Aug-02 1:52
RuiSantiago13-Aug-02 1:52 
GeneralRe: Changing ListCtrl Headers color Pin
Tomasz Sowinski13-Aug-02 2:00
Tomasz Sowinski13-Aug-02 2:00 
GeneralRe: Changing ListCtrl Headers color Pin
RuiSantiago13-Aug-02 2:04
RuiSantiago13-Aug-02 2:04 
GeneralRe: Changing ListCtrl Headers color Pin
Tomasz Sowinski13-Aug-02 2:15
Tomasz Sowinski13-Aug-02 2:15 
GeneralRe: Changing ListCtrl Headers color Pin
Tomasz Sowinski13-Aug-02 2:22
Tomasz Sowinski13-Aug-02 2:22 
GeneralRe: Changing ListCtrl Headers color Pin
RuiSantiago13-Aug-02 3:45
RuiSantiago13-Aug-02 3:45 
GeneralOwner drawn Button Pin
dummyname13-Aug-02 1:43
dummyname13-Aug-02 1:43 
GeneralIM Server Pin
Shamoon13-Aug-02 1:29
Shamoon13-Aug-02 1:29 
GeneralRe: IM Server Pin
Brian Azzopardi13-Aug-02 3:48
Brian Azzopardi13-Aug-02 3:48 
GeneralRe: IM Server Pin
Shamoon13-Aug-02 5:41
Shamoon13-Aug-02 5:41 
GeneralRe: IM Server Pin
Brian Azzopardi13-Aug-02 21:33
Brian Azzopardi13-Aug-02 21:33 
GeneralUnable to get CRgn.... Pin
Nilesh Karkhanis13-Aug-02 1:09
Nilesh Karkhanis13-Aug-02 1:09 
GeneralRe: Unable to get CRgn.... Pin
Space Ace13-Aug-02 1:18
Space Ace13-Aug-02 1:18 

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.