Click here to Skip to main content
15,908,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing DDE in MFC-Applications Pin
Mathefreak16-Sep-03 20:58
Mathefreak16-Sep-03 20:58 
GeneralRe: Using DDE in MFC-Applications Pin
Jagadeesh VN16-Sep-03 21:41
Jagadeesh VN16-Sep-03 21:41 
GeneralProblem in using CToolTipCtrl Pin
meens16-Sep-03 19:55
meens16-Sep-03 19:55 
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 20:12
Jagadeesh VN16-Sep-03 20:12 
GeneralRe: Problem in using CToolTipCtrl Pin
meens16-Sep-03 22:20
meens16-Sep-03 22:20 
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 22:30
Jagadeesh VN16-Sep-03 22:30 
Generalterminating dialog based application Pin
r i s h a b h s16-Sep-03 19:40
r i s h a b h s16-Sep-03 19:40 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 20:01
Jagadeesh VN16-Sep-03 20:01 
1. Call CDialog::OnOK() / CDialog::OnCancel() depending on the return value needed.
2. If you are using DoModal() method to show the dialog, then your main thread is already blocked, so it is just not possible to dismiss the dialog from main thread. If you ar using Create / ShowWindow( ... ) to show the dialog, then you can use DestroyWindow() on the dialog reference.

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
GeneralRe: terminating dialog based application Pin
r i s h a b h s16-Sep-03 20:37
r i s h a b h s16-Sep-03 20:37 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 21:45
Jagadeesh VN16-Sep-03 21:45 
General2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 18:45
r i s h a b h s16-Sep-03 18:45 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 19:41
r i s h a b h s16-Sep-03 19:41 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
Jagadeesh VN16-Sep-03 20:06
Jagadeesh VN16-Sep-03 20:06 
GeneralExtracting a Chinese Character from a CString Pin
wow999916-Sep-03 17:15
wow999916-Sep-03 17:15 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 17:49
sitebuilderMichael Dunn16-Sep-03 17:49 
GeneralRe: Extracting a Chinese Character from a CString Pin
wow999916-Sep-03 19:00
wow999916-Sep-03 19:00 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 19:31
sitebuilderMichael Dunn16-Sep-03 19:31 
Generalpattern recognition in string inputted by user Pin
Anz16-Sep-03 10:33
Anz16-Sep-03 10:33 
GeneralRe: pattern recognition in string inputted by user Pin
Michael Dunn16-Sep-03 17:52
sitebuilderMichael Dunn16-Sep-03 17:52 
GeneralRe: pattern recognition in string inputted by user Pin
DougW4816-Sep-03 19:09
DougW4816-Sep-03 19:09 
QuestionSerial Port Functions? Pin
Steven M Hunt16-Sep-03 9:24
Steven M Hunt16-Sep-03 9:24 
AnswerRe: Serial Port Functions? Pin
Jagadeesh VN16-Sep-03 21:19
Jagadeesh VN16-Sep-03 21:19 
QuestionHow to fix compiler warning ? Pin
Artem Moroz16-Sep-03 9:23
Artem Moroz16-Sep-03 9:23 
AnswerRe: How to fix compiler warning ? Pin
Terry O'Nolley16-Sep-03 11:44
Terry O'Nolley16-Sep-03 11:44 
AnswerRe: How to fix compiler warning ? Pin
Phil Hamer16-Sep-03 16:13
Phil Hamer16-Sep-03 16:13 

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.