Click here to Skip to main content
15,885,767 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs DCB setttings important if using virtual COM port? Pin
tctan1-Jun-06 17:31
tctan1-Jun-06 17:31 
AnswerRe: Is DCB setttings important if using virtual COM port? Pin
ThatsAlok1-Jun-06 20:29
ThatsAlok1-Jun-06 20:29 
GeneralRe: Is DCB setttings important if using virtual COM port? [modified] Pin
tctan1-Jun-06 22:02
tctan1-Jun-06 22:02 
AnswerRe: Is DCB setttings important if using virtual COM port? [modified] Pin
Roger Stoltz1-Jun-06 22:51
Roger Stoltz1-Jun-06 22:51 
Questionabout smtp server problem ,thanks Pin
alicqin1-Jun-06 16:34
alicqin1-Jun-06 16:34 
QuestionPointer/structure usage Pin
fourierman1-Jun-06 16:28
fourierman1-Jun-06 16:28 
QuestionCDialog DoModal doesn't work inside threads? Pin
Dennis Furlaneto1-Jun-06 16:01
Dennis Furlaneto1-Jun-06 16:01 
AnswerRe: CDialog DoModal doesn't work inside threads? Pin
Nibu babu thomas1-Jun-06 17:40
Nibu babu thomas1-Jun-06 17:40 
Dennis Furlaneto wrote:
The problem is, when i try create a dialog when the application receive a connection request, the DoModal function doesn't works at all.


You are wrong! If DoModal doesn't work from threads none of the Dialog based applications will start because CWinApp is derived from CWinThread.

Try to write the code inside InitInstance. This is the function that gets called when an instance of CWinThread starts up or call Connect from InitInstance.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

GeneralRe: CDialog DoModal doesn't work inside threads? Pin
Dennis Furlaneto2-Jun-06 3:35
Dennis Furlaneto2-Jun-06 3:35 
QuestionCan anyone see the problem-newbie [modified] Pin
antonaras1-Jun-06 8:34
antonaras1-Jun-06 8:34 
AnswerRe: Can anyone see the problem-newbie Pin
antonaras1-Jun-06 8:36
antonaras1-Jun-06 8:36 
AnswerRe: Can anyone see the problem-newbie Pin
Chris Losinger1-Jun-06 8:46
professionalChris Losinger1-Jun-06 8:46 
AnswerRe: Can anyone see the problem-newbie [modified] Pin
Zac Howland1-Jun-06 8:59
Zac Howland1-Jun-06 8:59 
AnswerRe: Can anyone see the problem-newbie [modified] Pin
David Crow1-Jun-06 9:19
David Crow1-Jun-06 9:19 
QuestionAnyone know of a good commercial debugger? Pin
leon91-Jun-06 7:01
leon91-Jun-06 7:01 
AnswerRe: Anyone know of a good commercial debugger? Pin
toxcct1-Jun-06 7:25
toxcct1-Jun-06 7:25 
GeneralRe: Anyone know of a good commercial debugger? Pin
BadKarma1-Jun-06 7:47
BadKarma1-Jun-06 7:47 
AnswerRe: Anyone know of a good commercial debugger? Pin
Blake Miller1-Jun-06 8:13
Blake Miller1-Jun-06 8:13 
AnswerRe: Anyone know of a good commercial debugger? Pin
leon91-Jun-06 8:49
leon91-Jun-06 8:49 
AnswerRe: Anyone know of a good commercial debugger? Pin
Zac Howland1-Jun-06 8:51
Zac Howland1-Jun-06 8:51 
AnswerRe: Anyone know of a good commercial debugger? Pin
Kevin McFarlane1-Jun-06 11:40
Kevin McFarlane1-Jun-06 11:40 
GeneralRe: Anyone know of a good commercial debugger? Pin
lastgen1-Jun-06 19:14
lastgen1-Jun-06 19:14 
GeneralRe: Anyone know of a good commercial debugger? Pin
Kevin McFarlane2-Jun-06 0:21
Kevin McFarlane2-Jun-06 0:21 
QuestionActiveX Control Debug version problem Pin
Andrew Hoole1-Jun-06 6:47
Andrew Hoole1-Jun-06 6:47 
AnswerRe: ActiveX Control Debug version problem Pin
Cedric Moonen1-Jun-06 7:21
Cedric Moonen1-Jun-06 7:21 

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.