Click here to Skip to main content
15,895,781 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Confused in linked lists Pin
Rajesh R Subramanian8-Nov-09 19:46
professionalRajesh R Subramanian8-Nov-09 19:46 
AnswerRe: Confused in linked lists Pin
CPallini8-Nov-09 21:09
mveCPallini8-Nov-09 21:09 
QuestionDeleted. Pin
anonymous1318-Nov-09 19:21
anonymous1318-Nov-09 19:21 
AnswerRe: Window Opacity/Transparency (Alpha-Blending) with OpenGL in Win32 Pin
Code-o-mat8-Nov-09 20:31
Code-o-mat8-Nov-09 20:31 
QuestionCommunicating with the pages in a CPropertySheet Pin
Larry Mills Sr8-Nov-09 15:04
Larry Mills Sr8-Nov-09 15:04 
AnswerRe: Communicating with the pages in a CPropertySheet Pin
LunaticFringe8-Nov-09 15:47
LunaticFringe8-Nov-09 15:47 
AnswerRe: Communicating with the pages in a CPropertySheet Pin
Chris Losinger8-Nov-09 16:17
professionalChris Losinger8-Nov-09 16:17 
GeneralRe: Communicating with the pages in a CPropertySheet Pin
Larry Mills Sr9-Nov-09 1:49
Larry Mills Sr9-Nov-09 1:49 
In a Standard dialog you have a CWnd object in it's constructor, the "CBCGPPropertySheet" constructor does not. (see constructor belowSmile | :)

"CPropSheet(CBCGPPropertySheet::PropSheetLook look,UINT uiIconsResID = 0, int cxIcon = 0);"

If it had an CWnd object I could easily pass that to the propertypage, How could I obtain the CWnd of the "CBCGPPropertySheet" so I can use it for the propertypage could load inline functions in the CBCGPPropertySheet object?(see inlines belowSmile | :)

"     //inline functions:
     void SetDate(CString csDate){ m_csDate = csDate;}"

A C++ programming language novice, but striving to learn

GeneralRe: Communicating with the pages in a CPropertySheet Pin
Chris Losinger9-Nov-09 3:11
professionalChris Losinger9-Nov-09 3:11 
QuestionRe: Communicating with the pages in a CPropertySheet Pin
David Crow9-Nov-09 3:13
David Crow9-Nov-09 3:13 
AnswerRe: Communicating with the pages in a CPropertySheet Pin
Larry Mills Sr9-Nov-09 3:44
Larry Mills Sr9-Nov-09 3:44 
GeneralRe: Communicating with the pages in a CPropertySheet Pin
David Crow9-Nov-09 3:58
David Crow9-Nov-09 3:58 
GeneralRe: Communicating with the pages in a CPropertySheet Pin
Larry Mills Sr9-Nov-09 4:46
Larry Mills Sr9-Nov-09 4:46 
QuestionUtterly lost about ETW. Pin
i_kant_spel8-Nov-09 6:28
i_kant_spel8-Nov-09 6:28 
QuestionRe: Utterly lost about ETW. Pin
David Crow9-Nov-09 3:14
David Crow9-Nov-09 3:14 
AnswerRe: Utterly lost about ETW. Pin
i_kant_spel9-Nov-09 5:10
i_kant_spel9-Nov-09 5:10 
QuestionRe: Utterly lost about ETW. Pin
David Crow9-Nov-09 5:41
David Crow9-Nov-09 5:41 
AnswerRe: Utterly lost about ETW. Pin
i_kant_spel9-Nov-09 6:20
i_kant_spel9-Nov-09 6:20 
QuestionRe: Utterly lost about ETW. [modified] Pin
David Crow9-Nov-09 6:23
David Crow9-Nov-09 6:23 
AnswerRe: Utterly lost about ETW. Pin
i_kant_spel9-Nov-09 16:08
i_kant_spel9-Nov-09 16:08 
Questionpopup menus Pin
doug258-Nov-09 3:23
doug258-Nov-09 3:23 
AnswerRe: popup menus Pin
Richard MacCutchan8-Nov-09 6:24
mveRichard MacCutchan8-Nov-09 6:24 
AnswerRe: popup menus Pin
Chris Losinger8-Nov-09 16:21
professionalChris Losinger8-Nov-09 16:21 
GeneralRe: popup menus Pin
doug259-Nov-09 23:06
doug259-Nov-09 23:06 
GeneralRe: popup menus Pin
doug2510-Nov-09 0:00
doug2510-Nov-09 0:00 

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.