Click here to Skip to main content
15,904,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 19:09
Benoy Bose1-Jun-06 19:09 
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:15
Nibu babu thomas1-Jun-06 19:15 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 19:23
Benoy Bose1-Jun-06 19:23 
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:32
Nibu babu thomas1-Jun-06 19:32 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 19:47
Member 30398431-Jun-06 19:47 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 19:51
Benoy Bose1-Jun-06 19:51 
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:52
Nibu babu thomas1-Jun-06 19:52 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 20:26
Member 30398431-Jun-06 20:26 
AnswerRe: Query abt dialog box Pin
Hamid_RT1-Jun-06 19:25
Hamid_RT1-Jun-06 19:25 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 20:06
Member 30398431-Jun-06 20:06 
GeneralRe: Query abt dialog box Pin
Hamid_RT1-Jun-06 20:32
Hamid_RT1-Jun-06 20:32 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 20:46
Benoy Bose1-Jun-06 20:46 
AnswerRe: Query abt dialog box Pin
ThatsAlok1-Jun-06 20:31
ThatsAlok1-Jun-06 20:31 
Questionauto finding the dir the exe is in Pin
locoone1-Jun-06 17:39
locoone1-Jun-06 17:39 
AnswerRe: auto finding the dir the exe is in Pin
Nibu babu thomas1-Jun-06 17:47
Nibu babu thomas1-Jun-06 17:47 
AnswerRe: auto finding the dir the exe is in Pin
Sarath C1-Jun-06 18:15
Sarath C1-Jun-06 18:15 
AnswerRe: auto finding the dir the exe is in Pin
Hamid_RT1-Jun-06 19:31
Hamid_RT1-Jun-06 19:31 
AnswerRe: auto finding the dir the exe is in Pin
toxcct1-Jun-06 21:42
toxcct1-Jun-06 21:42 
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 
Hi everyone.
I am trying to implement a chat application that communicates using sockets. The problem is, when i try create a dialog when the application receive a connection request, the DoModal function doesn't works at all.
//Function called from InitDialog of a class derived from CWinThread
void CConexao::Connect()
{
CDlg dlg;
dlg.DoModal()
}
Would anyone help me solving this problem?
Thanks in advance

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.