Click here to Skip to main content
15,907,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ interview quetions? Pin
ThatsAlok3-Oct-06 18:42
ThatsAlok3-Oct-06 18:42 
AnswerRe: C++ interview quetions? Pin
Christian Graus3-Oct-06 11:35
protectorChristian Graus3-Oct-06 11:35 
GeneralRe: C++ interview quetions? Pin
Jun Du3-Oct-06 12:29
Jun Du3-Oct-06 12:29 
QuestionMethods in linking C source code with C++ code Pin
searcher083-Oct-06 7:20
searcher083-Oct-06 7:20 
AnswerRe: Methods in linking C source code with C++ code Pin
Waldermort3-Oct-06 9:05
Waldermort3-Oct-06 9:05 
QuestionRe: Winsock2 problem Pin
searcher083-Oct-06 17:49
searcher083-Oct-06 17:49 
AnswerRe: Winsock2 problem Pin
Hamid_RT3-Oct-06 18:48
Hamid_RT3-Oct-06 18:48 
QuestionOne class with Multiple IDDs (is this possible) Pin
kitty53-Oct-06 6:35
kitty53-Oct-06 6:35 
I've created an MDI application that has test.cpp and test.h in it.
I've created an IDD (which is a form) called IDD_TEST and declared it in test.h under the //Dialog Data as: enum { IDD = IDD_TEST };
How does one link multiple IDDs ( i.e. if I create IDD_TEST1 ) to 1 class (test.h and test.cpp) so that the variables and event handlers for the controls of both IDDs are located in test.h and test.cpp and I can use them together. (i.e. if m_nCheckBoxTest is in IDD_TEST and m_nCheckBoxTest1 is in IDD_TEST1 I can do:
if(m_nCheckBoxTest.GetCheck() == 1 && m_nCheckBoxTest1.GetCheck() == 1){}

The dilema is I can't fit everything into just 1 form for my I&T GUI....(even with scroll bars enabled...)

Please help...

Kitty5

AnswerRe: One class with Multiple IDDs (is this possible) Pin
cje3-Oct-06 10:30
cje3-Oct-06 10:30 
AnswerRe: One class with Multiple IDDs (is this possible) Pin
David Crow3-Oct-06 11:14
David Crow3-Oct-06 11:14 
QuestionWorking with colors Pin
shoelace3-Oct-06 5:32
shoelace3-Oct-06 5:32 
AnswerRe: Working with colors Pin
Chris Losinger3-Oct-06 8:04
professionalChris Losinger3-Oct-06 8:04 
QuestionHow to get en exe default icon Pin
Kharfax3-Oct-06 4:45
Kharfax3-Oct-06 4:45 
QuestionRe: How to get en exe default icon Pin
David Crow3-Oct-06 4:48
David Crow3-Oct-06 4:48 
AnswerRe: How to get en exe default icon Pin
Kharfax3-Oct-06 4:53
Kharfax3-Oct-06 4:53 
AnswerRe: How to get en exe default icon, more problems :S Pin
Kharfax3-Oct-06 5:34
Kharfax3-Oct-06 5:34 
QuestionRe: How to get en exe default icon, more problems :S Pin
David Crow3-Oct-06 5:54
David Crow3-Oct-06 5:54 
AnswerRe: How to get en exe default icon, more problems :S Pin
Kharfax3-Oct-06 6:18
Kharfax3-Oct-06 6:18 
AnswerRe: How to get en exe default icon, more problems Pin
James R. Twine3-Oct-06 6:44
James R. Twine3-Oct-06 6:44 
GeneralRe: How to get en exe default icon, more problems Pin
toxcct3-Oct-06 6:59
toxcct3-Oct-06 6:59 
GeneralRe: How to get en exe default icon, more problems :S Pin
David Crow3-Oct-06 6:59
David Crow3-Oct-06 6:59 
GeneralRe: How to get en exe default icon, more problems :S Pin
Kharfax3-Oct-06 7:13
Kharfax3-Oct-06 7:13 
GeneralSemi Solved Pin
Kharfax3-Oct-06 7:59
Kharfax3-Oct-06 7:59 
QuestionRe: Semi Solved Pin
David Crow3-Oct-06 8:44
David Crow3-Oct-06 8:44 
AnswerRe: Semi Solved Pin
Kharfax3-Oct-06 8:53
Kharfax3-Oct-06 8:53 

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.