Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange String Table ID Pin
vancouver77711-Nov-03 15:38
vancouver77711-Nov-03 15:38 
GeneralRe: Change String Table ID Pin
Dave Bryant11-Nov-03 16:16
Dave Bryant11-Nov-03 16:16 
GeneralRe: Change String Table ID Pin
vancouver77711-Nov-03 16:24
vancouver77711-Nov-03 16:24 
GeneralRe: Change String Table ID Pin
Michael Dunn11-Nov-03 19:13
sitebuilderMichael Dunn11-Nov-03 19:13 
GeneralUpload file using Wininet Pin
Member 65656011-Nov-03 9:55
Member 65656011-Nov-03 9:55 
GeneralRe: Upload file using Wininet Pin
Johnny ²11-Nov-03 11:41
Johnny ²11-Nov-03 11:41 
GeneralRe: Upload file using Wininet Pin
Member 65656012-Nov-03 0:58
Member 65656012-Nov-03 0:58 
GeneralProblem storing pointer to parent Pin
srev11-Nov-03 9:20
srev11-Nov-03 9:20 
Hi,

I have a problem which I don't fully understand... I have main View class which creates a non-modal Property sheet containing 2 property pages (this works as a tabbed property window). All this works fine.

However, I need to call some public member functions in the parent View class from within the Property Pages (eg when the user adjusts a setting in the tabbed property palette, the changes are reflected in the main view). The minute I add the include for the View class header in the Property Page class, I can't compile; I guess it creates some sort of infinite loop (the definition of the parent class tries to process the definition of the child window class which in turn includes a definition of the parent).

How do I get around this?

Any help would be greatly appreciated.

Simon
GeneralRe: Problem storing pointer to parent Pin
TFrancis11-Nov-03 9:45
TFrancis11-Nov-03 9:45 
GeneralRe: Problem storing pointer to parent Pin
srev11-Nov-03 9:50
srev11-Nov-03 9:50 
GeneralRe: Problem storing pointer to parent Pin
Christian Graus11-Nov-03 9:46
protectorChristian Graus11-Nov-03 9:46 
GeneralRe: Problem storing pointer to parent Pin
Antti Keskinen11-Nov-03 10:13
Antti Keskinen11-Nov-03 10:13 
GeneralRe: Problem storing pointer to parent Pin
srev11-Nov-03 10:44
srev11-Nov-03 10:44 
GeneralCompiling error Pin
Azzedine11-Nov-03 9:07
Azzedine11-Nov-03 9:07 
GeneralRe: Compiling error Pin
David Crow11-Nov-03 9:46
David Crow11-Nov-03 9:46 
QuestionReduce flicker in ListView ? Pin
_skidrow_vn_11-Nov-03 7:59
_skidrow_vn_11-Nov-03 7:59 
AnswerRe: Reduce flicker in ListView ? Pin
David Crow11-Nov-03 8:18
David Crow11-Nov-03 8:18 
GeneralRe: Reduce flicker in ListView ? Pin
Signal-911-Nov-03 8:39
Signal-911-Nov-03 8:39 
GeneralRe: Reduce flicker in ListView ? Pin
David Crow11-Nov-03 8:44
David Crow11-Nov-03 8:44 
GeneralRe: Reduce flicker in ListView ? Pin
Signal-911-Nov-03 11:40
Signal-911-Nov-03 11:40 
GeneralRe: Reduce flicker in ListView ? Pin
David Crow12-Nov-03 2:58
David Crow12-Nov-03 2:58 
GeneralRe: Reduce flicker in ListView ? Pin
Signal-912-Nov-03 9:37
Signal-912-Nov-03 9:37 
Generalopening a web file Pin
doctorpi11-Nov-03 7:57
doctorpi11-Nov-03 7:57 
GeneralRe: opening a web file Pin
David Crow11-Nov-03 8:12
David Crow11-Nov-03 8:12 
GeneralRe: opening a web file Pin
doctorpi11-Nov-03 8:16
doctorpi11-Nov-03 8:16 

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.