Click here to Skip to main content
15,918,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Limiting access to a class Pin
Waldermort16-Aug-07 15:40
Waldermort16-Aug-07 15:40 
QuestionOverrides-Messages concept in MFC Pin
sawerr16-Aug-07 11:37
sawerr16-Aug-07 11:37 
AnswerRe: Overrides-Messages concept in MFC Pin
Mark Salsbery16-Aug-07 13:17
Mark Salsbery16-Aug-07 13:17 
GeneralRe: Overrides-Messages concept in MFC Pin
sawerr16-Aug-07 14:03
sawerr16-Aug-07 14:03 
GeneralRe: Overrides-Messages concept in MFC Pin
Mark Salsbery16-Aug-07 14:27
Mark Salsbery16-Aug-07 14:27 
GeneralRe: Overrides-Messages concept in MFC Pin
bob1697216-Aug-07 14:22
bob1697216-Aug-07 14:22 
GeneralRe: Overrides-Messages concept in MFC Pin
Mark Salsbery16-Aug-07 14:49
Mark Salsbery16-Aug-07 14:49 
GeneralRe: Overrides-Messages concept in MFC Pin
bob1697216-Aug-07 15:53
bob1697216-Aug-07 15:53 
Virtual functions that we add to our base classes.

If we create a base class (derived from CObject for instance), add some virtual functions, then derive a class from it, select the derived class, and in the overrides list, only those virtual functions that are in CObject show up currently.

I had expected it to show the virtual functions from any super class but it doesn't appear to work that way.

Not that it's really a big deal, but it struck me as odd. Maybe I'm missing something but I played with a few variations of class hierarchies and it does not appear to pick up on them.

Just a passing comment, by the way.
GeneralRe: Overrides-Messages concept in MFC Pin
Gary R. Wheeler18-Aug-07 3:57
Gary R. Wheeler18-Aug-07 3:57 
QuestionSkin Tool for VisualC++ Pin
Cris16-Aug-07 11:04
Cris16-Aug-07 11:04 
AnswerRe: Skin Tool for VisualC++ Pin
Paresh Chitte16-Aug-07 18:24
Paresh Chitte16-Aug-07 18:24 
GeneralRe: Skin Tool for VisualC++ Pin
Cris17-Aug-07 7:26
Cris17-Aug-07 7:26 
QuestionRead Data from another application's Owner Draw Control Pin
vikrant kpr16-Aug-07 9:46
vikrant kpr16-Aug-07 9:46 
AnswerRe: Read Data from another application's Owner Draw Control Pin
Chris Losinger16-Aug-07 10:12
professionalChris Losinger16-Aug-07 10:12 
GeneralRe: Read Data from another application's Owner Draw Control Pin
vikrant kpr2-Sep-07 23:09
vikrant kpr2-Sep-07 23:09 
GeneralRe: Read Data from another application's Owner Draw Control Pin
Chris Losinger3-Sep-07 3:13
professionalChris Losinger3-Sep-07 3:13 
QuestionHelp With Serial Pin
simoncoul16-Aug-07 8:40
simoncoul16-Aug-07 8:40 
AnswerRe: Help With Serial Pin
simoncoul16-Aug-07 9:52
simoncoul16-Aug-07 9:52 
AnswerRe: Help With Serial Pin
John R. Shaw16-Aug-07 15:03
John R. Shaw16-Aug-07 15:03 
GeneralRe: Help With Serial Pin
simoncoul17-Aug-07 2:21
simoncoul17-Aug-07 2:21 
QuestionCListBox how to set single selection? Pin
Romiks16-Aug-07 6:59
Romiks16-Aug-07 6:59 
AnswerRe: CListBox how to set single selection? Pin
David Crow16-Aug-07 7:13
David Crow16-Aug-07 7:13 
GeneralRe: CListBox how to set single selection? Pin
led mike16-Aug-07 7:26
led mike16-Aug-07 7:26 
GeneralRe: CListBox how to set single selection? Pin
Romiks16-Aug-07 20:27
Romiks16-Aug-07 20:27 
GeneralRe: CListBox how to set single selection? Pin
David Crow17-Aug-07 2:35
David Crow17-Aug-07 2:35 

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.