Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldifferent objects share global parameters Pin
impeham28-Aug-04 14:12
impeham28-Aug-04 14:12 
GeneralAllowing a Template Function to access a private variables in a class. Pin
Supaflyfrank28-Aug-04 12:49
Supaflyfrank28-Aug-04 12:49 
GeneralRe: Allowing a Template Function to access a private variables in a class. Pin
kfaday28-Aug-04 13:16
kfaday28-Aug-04 13:16 
Questiondetect if download? Pin
Larsson28-Aug-04 12:45
Larsson28-Aug-04 12:45 
AnswerRe: detect if download? Pin
valikac28-Aug-04 16:24
valikac28-Aug-04 16:24 
GeneralRe: detect if download? Pin
Larsson29-Aug-04 7:00
Larsson29-Aug-04 7:00 
AnswerRe: detect if download? Pin
David Crow30-Aug-04 4:56
David Crow30-Aug-04 4:56 
GeneralWired Message Routing Problem Pin
pma28-Aug-04 12:37
pma28-Aug-04 12:37 
I've the following situation:

MFC Dialog based Application
\_CMainDlg
\_CMainDlg

So the CMainDlg opens another dialog of the same type:
m_DoubleCalc = new CMainDlg (NULL, IDD_CALC_DIALOG_MINI);
m_DoubleCalc->Create(IDD_CALC_DIALOG_MINI, this);

The 2 Dialogs are running at the same time, the problem is that
it seems like that the previous CMainDlg eats messages from the
other CMainDlg it has created. The wired thing is some messages
seem to work while other dont.

I'am searching now for hours, but I still have no clue.

Thank you
Mario
GeneralNon-printable characters Pin
kfaday28-Aug-04 11:24
kfaday28-Aug-04 11:24 
GeneralRe: Non-printable characters Pin
Ravi Bhavnani28-Aug-04 11:35
professionalRavi Bhavnani28-Aug-04 11:35 
GeneralRe: Non-printable characters Pin
kfaday28-Aug-04 13:15
kfaday28-Aug-04 13:15 
Generalconfuse multiple source and header file Pin
badbirdchung28-Aug-04 9:17
badbirdchung28-Aug-04 9:17 
GeneralRe: confuse multiple source and header file Pin
Joaquín M López Muñoz28-Aug-04 9:28
Joaquín M López Muñoz28-Aug-04 9:28 
GeneralRe: confuse multiple source and header file Pin
badbirdchung28-Aug-04 10:29
badbirdchung28-Aug-04 10:29 
GeneralRe: confuse multiple source and header file Pin
markkuk28-Aug-04 11:55
markkuk28-Aug-04 11:55 
GeneralRe: confuse multiple source and header file Pin
bneacetp28-Aug-04 9:35
bneacetp28-Aug-04 9:35 
Questionhow to write text to RichEdit line by line Pin
siripod surabotsophon28-Aug-04 5:48
siripod surabotsophon28-Aug-04 5:48 
AnswerRe: how to write text to RichEdit line by line Pin
toxcct28-Aug-04 7:24
toxcct28-Aug-04 7:24 
QuestionHow can i detect the the Program Files Folder Pin
zahid_ash28-Aug-04 1:23
zahid_ash28-Aug-04 1:23 
AnswerRe: How can i detect the the Program Files Folder Pin
Mika Larramo2-Sep-04 13:01
Mika Larramo2-Sep-04 13:01 
QuestionHow can i detect the the Program Files Folder Pin
zahid_ash28-Aug-04 1:22
zahid_ash28-Aug-04 1:22 
AnswerRe: How can i detect the the Program Files Folder Pin
ThatsAlok28-Aug-04 1:48
ThatsAlok28-Aug-04 1:48 
AnswerRe: How can i detect the the Program Files Folder Pin
Larsson28-Aug-04 12:51
Larsson28-Aug-04 12:51 
GeneralRe: How can i detect the the Program Files Folder Pin
Michael Dunn28-Aug-04 13:50
sitebuilderMichael Dunn28-Aug-04 13:50 
GeneralParallell processes Pin
delis28-Aug-04 0:56
delis28-Aug-04 0:56 

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.