Click here to Skip to main content
16,016,759 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text color from background color Pin
John R. Shaw13-Aug-05 18:40
John R. Shaw13-Aug-05 18:40 
GeneralRe: Text color from background color Pin
Ravi Bhavnani14-Aug-05 5:04
professionalRavi Bhavnani14-Aug-05 5:04 
GeneralSolution Pin
Ravi Bhavnani14-Aug-05 5:02
professionalRavi Bhavnani14-Aug-05 5:02 
GeneralRe: Solution Pin
Jack Puppy14-Aug-05 10:39
Jack Puppy14-Aug-05 10:39 
GeneralRe: Solution Pin
Ravi Bhavnani15-Aug-05 1:54
professionalRavi Bhavnani15-Aug-05 1:54 
GeneralRe: Solution Pin
Ravi Bhavnani15-Aug-05 16:57
professionalRavi Bhavnani15-Aug-05 16:57 
GeneralTask List problem Pin
cpprules13-Aug-05 11:52
cpprules13-Aug-05 11:52 
GeneralRe: Task List problem Pin
John R. Shaw13-Aug-05 19:14
John R. Shaw13-Aug-05 19:14 
It does not realy matter what IDE (or languange) you're using.

It sounds like you're stepping on some toes, some where in your program. There is some thing still running, that probably should not be (it shuts down when the IDE shuts down, usually [good design]). I know that this should not affect the task manager, but then there is what is logical and what is reality.

I would probably place system calls to execute the task manager at specific points in my code. Consider it a type of single stepping, if the call successeds then exit the task manager (manualy). You should also place TRACE() commands in your code to tell you if a call to the task manager succeded or not.

Have fun!

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Task List problem Pin
S. Senthil Kumar14-Aug-05 3:37
S. Senthil Kumar14-Aug-05 3:37 
GeneralRe: Task List problem Pin
S. Senthil Kumar14-Aug-05 3:39
S. Senthil Kumar14-Aug-05 3:39 
GeneralManaging Memory Pin
deus78913-Aug-05 11:49
deus78913-Aug-05 11:49 
GeneralRe: Managing Memory Pin
John R. Shaw13-Aug-05 19:49
John R. Shaw13-Aug-05 19:49 
GeneralRe: Managing Memory Pin
S. Senthil Kumar14-Aug-05 3:45
S. Senthil Kumar14-Aug-05 3:45 
GeneralCAsyncSocket Pin
xSoptik13-Aug-05 10:18
xSoptik13-Aug-05 10:18 
GeneralRe: CAsyncSocket Pin
S Douglas15-Aug-05 1:47
professionalS Douglas15-Aug-05 1:47 
GeneralWindow sizing by actual string and font Pin
xSoptik13-Aug-05 9:53
xSoptik13-Aug-05 9:53 
GeneralRe: Window sizing by actual string and font Pin
PJ Arends13-Aug-05 10:07
professionalPJ Arends13-Aug-05 10:07 
General*char problem Pin
Axonn Echysttas13-Aug-05 9:09
Axonn Echysttas13-Aug-05 9:09 
GeneralRe: *char problem Pin
PJ Arends13-Aug-05 10:04
professionalPJ Arends13-Aug-05 10:04 
GeneralRe: *char problem Pin
Axonn Echysttas13-Aug-05 10:51
Axonn Echysttas13-Aug-05 10:51 
GeneralRe: *char problem Pin
John R. Shaw13-Aug-05 20:44
John R. Shaw13-Aug-05 20:44 
GeneralRe: *char problem Pin
Axonn Echysttas14-Aug-05 19:17
Axonn Echysttas14-Aug-05 19:17 
QuestionHow to change the icon of program by Visual C++ 6.0 Pin
Victor Lin13-Aug-05 5:45
Victor Lin13-Aug-05 5:45 
AnswerRe: How to change the icon of program by Visual C++ 6.0 Pin
Achim Klein13-Aug-05 7:43
Achim Klein13-Aug-05 7:43 
AnswerRe: How to change the icon of program by Visual C++ 6.0 Pin
cpprules13-Aug-05 12:55
cpprules13-Aug-05 12:55 

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.