Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CWinThread Pin
MAXS72U2-Sep-01 20:41
MAXS72U2-Sep-01 20:41 
GeneralRe: CWinThread Pin
Shane Hyde2-Sep-01 21:09
Shane Hyde2-Sep-01 21:09 
GeneralRe: CWinThread Pin
MAXS72U2-Sep-01 21:13
MAXS72U2-Sep-01 21:13 
GeneralPrinter driver Pin
s_k30-Aug-01 20:23
s_k30-Aug-01 20:23 
Generalabout new file creation Pin
prog758430-Aug-01 19:46
prog758430-Aug-01 19:46 
GeneralGenesis Pin
30-Aug-01 19:36
suss30-Aug-01 19:36 
GeneralRe: Genesis Pin
Christian Graus31-Aug-01 0:10
protectorChristian Graus31-Aug-01 0:10 
GeneralFood For Thought Pin
30-Aug-01 18:26
suss30-Aug-01 18:26 
I thought I should share this experience with all you fellows out there, so as to save you some time:

In an ActiveX project, I had a dialog box popping up with an editable one column listctrl in it. If the user would enter improper data in the listctrl, it would pop
up a second dialog box which would specify the error. This second dialog box was launched from the EndLabelEdit function of the listctrl.

Now, if you would hit "enter" after modifying the ListCtrl item, the error dialog box would come up focused and nice, but if you would click out after modifying the listctrl item,
the dialog box would come out but with focus
on the parent dialog box and thus, things looking abit locked up.

Now, I replaced the 2nd dialog box with various versions of AfxMessageBox and they seem to all work, so I am not sure what the difference between a CDialog based dialog and an AfxMessageBox really is...

Since I wanted a fancy dialog box, I eventually ended up going with MessageBoxIndirect so I can add some icons to it, but had to give up on my much fancier
original dialog.
GeneralRe: Food For Thought Pin
Paolo Messina30-Aug-01 23:40
professionalPaolo Messina30-Aug-01 23:40 
GeneralCString displays garbage before and after string Pin
30-Aug-01 17:03
suss30-Aug-01 17:03 
GeneralRe: CString displays garbage before and after string Pin
Michael Dunn30-Aug-01 18:23
sitebuilderMichael Dunn30-Aug-01 18:23 
Generalabout asynchronous property Pin
Maer72730-Aug-01 16:52
Maer72730-Aug-01 16:52 
Questionwhy register the "Frame Window" as a drag-drop target? Pin
Maer72730-Aug-01 16:47
Maer72730-Aug-01 16:47 
Generala simple question about EnableCompoundFile Pin
Maer72730-Aug-01 16:46
Maer72730-Aug-01 16:46 
Generalsimple questions about "NETRESOURCE" Pin
Maer72730-Aug-01 16:27
Maer72730-Aug-01 16:27 
GeneralHelp on font in View versus Print Pin
Mike Gaskey30-Aug-01 14:49
Mike Gaskey30-Aug-01 14:49 
GeneralRe: Help on font in View versus Print Pin
Mike Gaskey31-Aug-01 15:08
Mike Gaskey31-Aug-01 15:08 
GeneralRe: Answer to -> Help on font in View versus Print Pin
Mike Gaskey3-Sep-01 6:11
Mike Gaskey3-Sep-01 6:11 
QuestionHow do you know if a control is clicked Pin
JekYu30-Aug-01 14:44
JekYu30-Aug-01 14:44 
AnswerRe: How do you know if a control is clicked Pin
Alex Taylor30-Aug-01 14:56
Alex Taylor30-Aug-01 14:56 
GeneralChange color of the Form Pin
JekYu30-Aug-01 14:03
JekYu30-Aug-01 14:03 
GeneralRe: Change color of the Form Pin
Alex Taylor30-Aug-01 14:51
Alex Taylor30-Aug-01 14:51 
GeneralRe: Change color of the Form Pin
JekYu30-Aug-01 15:02
JekYu30-Aug-01 15:02 
GeneralRe: Change color of the Form Pin
Alex Taylor30-Aug-01 15:12
Alex Taylor30-Aug-01 15:12 
GeneralRe: Change color of the Form Pin
JekYu30-Aug-01 20:06
JekYu30-Aug-01 20:06 

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.