Click here to Skip to main content
15,910,787 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt7-Sep-13 0:28
professionalJochen Arndt7-Sep-13 0:28 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
sindbad117-Sep-13 0:56
sindbad117-Sep-13 0:56 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt7-Sep-13 2:31
professionalJochen Arndt7-Sep-13 2:31 
QuestionCoding guidelines C Pin
topcatalpha27-May-13 2:56
topcatalpha27-May-13 2:56 
QuestionRe: Coding guidelines C Pin
Maximilien27-May-13 7:08
Maximilien27-May-13 7:08 
AnswerRe: Coding guidelines C Pin
topcatalpha28-May-13 20:41
topcatalpha28-May-13 20:41 
QuestionPlaySoundA does not return within injected DLL Pin
Furblog Sidloth26-May-13 0:42
Furblog Sidloth26-May-13 0:42 
SuggestionRe: PlaySoundA does not return within injected DLL Pin
Richard MacCutchan26-May-13 0:54
mveRichard MacCutchan26-May-13 0:54 
GeneralRe: PlaySoundA does not return within injected DLL Pin
Furblog Sidloth26-May-13 20:39
Furblog Sidloth26-May-13 20:39 
GeneralRe: PlaySoundA does not return within injected DLL Pin
Richard MacCutchan26-May-13 21:38
mveRichard MacCutchan26-May-13 21:38 
GeneralRe: PlaySoundA does not return within injected DLL Pin
Erudite_Eric27-May-13 5:48
Erudite_Eric27-May-13 5:48 
GeneralRe: PlaySoundA does not return within injected DLL Pin
Richard MacCutchan27-May-13 5:53
mveRichard MacCutchan27-May-13 5:53 
GeneralRe: PlaySoundA does not return within injected DLL Pin
Erudite_Eric27-May-13 10:54
Erudite_Eric27-May-13 10:54 
GeneralRe: PlaySoundA does not return within injected DLL Pin
Richard MacCutchan27-May-13 20:59
mveRichard MacCutchan27-May-13 20:59 
QuestionModeless Dialog CricheditCtrl Issues Pin
ForNow25-May-13 19:34
ForNow25-May-13 19:34 
AnswerRe: Modeless Dialog CricheditCtrl Issues Pin
Richard MacCutchan26-May-13 0:45
mveRichard MacCutchan26-May-13 0:45 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
ForNow26-May-13 2:29
ForNow26-May-13 2:29 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
Richard MacCutchan26-May-13 2:32
mveRichard MacCutchan26-May-13 2:32 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
ForNow26-May-13 2:45
ForNow26-May-13 2:45 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
Richard MacCutchan26-May-13 3:02
mveRichard MacCutchan26-May-13 3:02 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
ForNow26-May-13 3:09
ForNow26-May-13 3:09 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
Richard MacCutchan26-May-13 3:31
mveRichard MacCutchan26-May-13 3:31 
ForNow wrote:
Model as in Do.Modal are very inflexible
Quite the opposite; you can do (more or less) anything you like in a modal dialog. However, given the description of what you want to do, it may not be the best choice. The issues is to decide what features you wish to use and then work out which type of window you need. Perhaps a normal frame window would do what you want, but running in a separate thread. Or, go back to a modeless dialog, but accepting that you cannot use those features that are restricted to modals.
Use the best guess

GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
ForNow26-May-13 3:48
ForNow26-May-13 3:48 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
Richard MacCutchan26-May-13 3:53
mveRichard MacCutchan26-May-13 3:53 
GeneralRe: Modeless Dialog CricheditCtrl Issues Pin
ForNow26-May-13 5:48
ForNow26-May-13 5:48 

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.