Click here to Skip to main content
15,893,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMultiple Instances of ActiveX Controls. Pin
ajit0731-Jan-03 4:26
ajit0731-Jan-03 4:26 
GeneralDisappearing classes Pin
Rome Singh31-Jan-03 4:17
Rome Singh31-Jan-03 4:17 
GeneralRe: Disappearing classes Pin
Joan M3-Feb-03 3:49
professionalJoan M3-Feb-03 3:49 
QuestionTextOut() ?? Pin
Nitron31-Jan-03 4:16
Nitron31-Jan-03 4:16 
AnswerRe: TextOut() ?? Pin
HENDRIK R31-Jan-03 4:23
HENDRIK R31-Jan-03 4:23 
GeneralRe: TextOut() ?? Pin
Nitron1-Feb-03 5:06
Nitron1-Feb-03 5:06 
GeneralTo get a pointer to a CDialog.... Pin
ns31-Jan-03 4:14
ns31-Jan-03 4:14 
GeneralRe: To get a pointer to a CDialog.... Pin
Nitron31-Jan-03 4:21
Nitron31-Jan-03 4:21 
I wrote a CDialogManager class for this very purpose. (I don't have an article yet though.) Basically, what I do is put the vector of dialogs in their own wrapper class (CDialogManager in my case), and set up public methods to get at what I want. Then in your dialog that you want to access one of the ones in the vector, you merely do something like:

CMyDialog* pDialog = &MyManagerClass.GetDialog(iDialog);


Now, pDialog-> is ready to go.


- Nitron


"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
GeneralRe: To get a pointer to a CDialog.... Pin
ns31-Jan-03 4:28
ns31-Jan-03 4:28 
GeneralRe: To get a pointer to a CDialog.... Pin
Michael Dunn31-Jan-03 14:49
sitebuilderMichael Dunn31-Jan-03 14:49 
Generalusing CStdioFile Pin
Minik Xi31-Jan-03 4:14
sussMinik Xi31-Jan-03 4:14 
General"SD_BOTH": undeclared identifier Pin
willempipi31-Jan-03 3:55
willempipi31-Jan-03 3:55 
GeneralRe: "SD_BOTH": undeclared identifier Pin
jeremysay31-Jan-03 4:08
jeremysay31-Jan-03 4:08 
GeneralRe: "SD_BOTH": undeclared identifier Pin
willempipi31-Jan-03 4:11
willempipi31-Jan-03 4:11 
GeneralRe: "SD_BOTH": undeclared identifier Pin
Nitron31-Jan-03 4:11
Nitron31-Jan-03 4:11 
GeneralRe: "SD_BOTH": undeclared identifier Pin
jhwurmbach31-Jan-03 4:20
jhwurmbach31-Jan-03 4:20 
GeneralRe: "SD_BOTH": undeclared identifier Pin
Joaquín M López Muñoz31-Jan-03 4:34
Joaquín M López Muñoz31-Jan-03 4:34 
GeneralRe: "SD_BOTH": undeclared identifier Pin
valikac31-Jan-03 5:46
valikac31-Jan-03 5:46 
QuestionHowto convert IXMLDOMNodePtr into IXMLDOMElementPtr (MSXML) ??? Pin
VLAD66631-Jan-03 3:50
VLAD66631-Jan-03 3:50 
GeneralMFC statically linked Pin
naradaji31-Jan-03 3:24
naradaji31-Jan-03 3:24 
GeneralRe: MFC statically linked Pin
naradaji31-Jan-03 3:36
naradaji31-Jan-03 3:36 
GeneralRe: MFC statically linked Pin
Abbas_Riazi1-Feb-03 3:32
professionalAbbas_Riazi1-Feb-03 3:32 
GeneralRe: MFC statically linked Pin
naradaji2-Feb-03 21:56
naradaji2-Feb-03 21:56 
GeneralINet detect[?] Pin
BlackSmith31-Jan-03 2:54
BlackSmith31-Jan-03 2:54 
GeneralRe: INet detect[?] Pin
HENDRIK R31-Jan-03 3:08
HENDRIK R31-Jan-03 3:08 

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.