Click here to Skip to main content
15,906,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHiding Application from task list Pin
Anonymous9-Apr-04 4:02
Anonymous9-Apr-04 4:02 
GeneralRe: Hiding Application from task list Pin
2249179-Apr-04 4:28
2249179-Apr-04 4:28 
GeneralRe: Hiding Application from task list Pin
Prakash Nadar9-Apr-04 7:51
Prakash Nadar9-Apr-04 7:51 
GeneralRe: Hiding Application from task list Pin
Anonymous9-Apr-04 7:58
Anonymous9-Apr-04 7:58 
GeneralRe: Hiding Application from task list Pin
Prakash Nadar9-Apr-04 8:23
Prakash Nadar9-Apr-04 8:23 
GeneralRe: Hiding Application from task list Pin
Anonymous9-Apr-04 9:09
Anonymous9-Apr-04 9:09 
GeneralRe: Hiding Application from task list Pin
Prakash Nadar9-Apr-04 9:16
Prakash Nadar9-Apr-04 9:16 
GeneralRe: Hiding Application from task list Pin
2249179-Apr-04 18:57
2249179-Apr-04 18:57 
Task Manager's Applications tab does not actually show applications—it shows the captions of visible, top-level windows .The Task Manager builds this list by walking through all of the top-level windows in the system (using something like EnumWindows), and adds to the list the windows that have the WS_VISIBLE style bit turned on.





greatest thing is to do wot others think you cant
suhredayan@omniquad.com


messenger :suhredayan@hotmail.com

GeneralRe: Hiding Application from task list Pin
Prakash Nadar9-Apr-04 19:26
Prakash Nadar9-Apr-04 19:26 
GeneralRe: Hiding Application from task list Pin
2249179-Apr-04 21:06
2249179-Apr-04 21:06 
GeneralRe: Hiding Application from task list Pin
Anonymous9-Apr-04 8:00
Anonymous9-Apr-04 8:00 
GeneralRe: Hiding Application from task list Pin
ThatsAlok10-Apr-04 1:15
ThatsAlok10-Apr-04 1:15 
Generaldetermining control position in form Pin
kzyczynski9-Apr-04 3:53
kzyczynski9-Apr-04 3:53 
GeneralRe: determining control position in form Pin
David Crow9-Apr-04 5:15
David Crow9-Apr-04 5:15 
GeneralRe: determining control position in form Pin
kzyczynski9-Apr-04 8:31
kzyczynski9-Apr-04 8:31 
GeneralRe: determining control position in form Pin
Prakash Nadar9-Apr-04 9:06
Prakash Nadar9-Apr-04 9:06 
Questionbuild two more AddDocTemplate,can it ? Pin
vividtang9-Apr-04 3:47
vividtang9-Apr-04 3:47 
AnswerRe: build two more AddDocTemplate,can it ? Pin
2249179-Apr-04 4:43
2249179-Apr-04 4:43 
Generaloperator= understanding problem Pin
grscot9-Apr-04 3:23
grscot9-Apr-04 3:23 
GeneralRe: operator= understanding problem Pin
pie9-Apr-04 3:48
pie9-Apr-04 3:48 
GeneralRe: operator= understanding problem Pin
toxcct9-Apr-04 3:55
toxcct9-Apr-04 3:55 
GeneralRe: operator= understanding problem Pin
Gary R. Wheeler9-Apr-04 4:07
Gary R. Wheeler9-Apr-04 4:07 
GeneralRe: operator= understanding problem Pin
toxcct9-Apr-04 4:10
toxcct9-Apr-04 4:10 
GeneralRe: operator= understanding problem Pin
Rahul20067611-Apr-04 3:48
Rahul20067611-Apr-04 3:48 
GeneralProblem with CImage- at second call. Pin
vgrigor9-Apr-04 3:11
vgrigor9-Apr-04 3:11 

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.