Click here to Skip to main content
15,929,439 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: templates Pin
toxcct7-Feb-06 4:49
toxcct7-Feb-06 4:49 
GeneralRe: templates Pin
Russell'7-Feb-06 4:57
Russell'7-Feb-06 4:57 
GeneralRe: templates Pin
toxcct7-Feb-06 5:03
toxcct7-Feb-06 5:03 
GeneralRe: templates Pin
Russell'7-Feb-06 5:24
Russell'7-Feb-06 5:24 
GeneralRe: templates Pin
toxcct7-Feb-06 5:27
toxcct7-Feb-06 5:27 
AnswerRe: templates Pin
BadKarma7-Feb-06 4:56
BadKarma7-Feb-06 4:56 
GeneralRe: templates Pin
Russell'7-Feb-06 5:20
Russell'7-Feb-06 5:20 
GeneralRe: templates Pin
BadKarma7-Feb-06 5:48
BadKarma7-Feb-06 5:48 
AnswerRe: templates Pin
Michael Dunn7-Feb-06 7:17
sitebuilderMichael Dunn7-Feb-06 7:17 
QuestionActiveX with Visual Studio 6.0 Pin
MrChefman7-Feb-06 4:28
MrChefman7-Feb-06 4:28 
AnswerRe: ActiveX with Visual Studio 6.0 Pin
Anilkumar K V7-Feb-06 18:27
Anilkumar K V7-Feb-06 18:27 
GeneralRe: ActiveX with Visual Studio 6.0 Pin
MrChefman7-Feb-06 22:39
MrChefman7-Feb-06 22:39 
QuestionSDI with multiple document templates Pin
mark gooding7-Feb-06 4:23
mark gooding7-Feb-06 4:23 
AnswerRe: SDI with multiple document templates Pin
mark gooding7-Feb-06 23:27
mark gooding7-Feb-06 23:27 
QuestionRRAS Administration DLL - Win Server 2003 blues Pin
Dave Townson7-Feb-06 3:58
Dave Townson7-Feb-06 3:58 
QuestionCreateProcess issue Pin
Spiros7-Feb-06 3:56
Spiros7-Feb-06 3:56 
QuestionRe: CreateProcess issue Pin
David Crow7-Feb-06 4:04
David Crow7-Feb-06 4:04 
AnswerRe: CreateProcess issue Pin
Joel Lucsy7-Feb-06 4:49
Joel Lucsy7-Feb-06 4:49 
You are getting a "ghost" of the app. The system will create a dummy window that mimics the original when the original stops processing. Not sure why they did this, but thats the second window you're seeing. It won't actually do anything. Your best bet is to reengineer it so that you don't block in the original app while waiting for the second to close. Maybe disable the application window and start a thread that waits for the second app to finish, then enable everything again.
Questionudp socket Pin
yamunasenthilvel7-Feb-06 3:41
yamunasenthilvel7-Feb-06 3:41 
QuestionCRichEditCtrl::SetParaFormat question ... Pin
Maximilien7-Feb-06 3:40
Maximilien7-Feb-06 3:40 
AnswerRe: CRichEditCtrl::SetParaFormat question ... Pin
-Dy7-Feb-06 3:50
-Dy7-Feb-06 3:50 
GeneralRe: CRichEditCtrl::SetParaFormat question ... Pin
Maximilien7-Feb-06 4:29
Maximilien7-Feb-06 4:29 
AnswerRe: CRichEditCtrl::SetParaFormat question ... Pin
James R. Twine7-Feb-06 7:09
James R. Twine7-Feb-06 7:09 
QuestionFormatted log/message window ... Pin
Maximilien7-Feb-06 2:45
Maximilien7-Feb-06 2:45 
AnswerRe: Formatted log/message window ... Pin
James R. Twine7-Feb-06 3:05
James R. Twine7-Feb-06 3:05 

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.