Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DebugActiveProcess question Pin
klington7-Jan-05 4:48
klington7-Jan-05 4:48 
GeneralScrollable view !?! Pin
CaptnB7-Jan-05 2:45
CaptnB7-Jan-05 2:45 
QuestionHow to get the registry location for an application specific registry details Pin
Vaibhav Sanghavi7-Jan-05 1:13
Vaibhav Sanghavi7-Jan-05 1:13 
AnswerRe: How to get the registry location for an application specific registry details Pin
Maximilien7-Jan-05 2:44
Maximilien7-Jan-05 2:44 
AnswerRe: How to get the registry location for an application specific registry details Pin
Graham Bradshaw7-Jan-05 5:09
Graham Bradshaw7-Jan-05 5:09 
GeneralPreventing a Windows Explorer folder from showing specific files and subfolders Pin
Edward G.7-Jan-05 1:04
Edward G.7-Jan-05 1:04 
GeneralAdding behavior to CWnd for child classes Pin
Anonymous7-Jan-05 0:25
Anonymous7-Jan-05 0:25 
GeneralRe: Adding behavior to CWnd for child classes Pin
Antony M Kancidrowski7-Jan-05 1:39
Antony M Kancidrowski7-Jan-05 1:39 
It may be possible to use multiple inheritance for your problem.

Construct a class that does the window modification work. e.g. CWindowModify

Then for the CDialog derived class and the CPropertySheet derived class inherit the CWindowModify class also.

e.g.
class CMyDialog : public CDialog, public CWindowModify
{
:
:
}

and
class CMyPropertySheet : public CPropertySheet, public CWindowModify
{
:
:
}


That way you only need to maintain the CWindowModify class.

Ant.

I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return!
- David Walliams (Little Britain)

GeneralRe: Adding behavior to CWnd for child classes Pin
Anonymous7-Jan-05 2:00
Anonymous7-Jan-05 2:00 
GeneralRe: Adding behavior to CWnd for child classes Pin
Antony M Kancidrowski7-Jan-05 6:06
Antony M Kancidrowski7-Jan-05 6:06 
QuestionHow can i delete a single line from a text file Pin
Srihari_81856-Jan-05 23:30
Srihari_81856-Jan-05 23:30 
AnswerRe: How can i delete a single line from a text file Pin
Chris Losinger7-Jan-05 0:58
professionalChris Losinger7-Jan-05 0:58 
GeneralRe: How can i delete a single line from a text file Pin
Srihari_81857-Jan-05 2:41
Srihari_81857-Jan-05 2:41 
GeneralRe: How can i delete a single line from a text file Pin
Chris Losinger7-Jan-05 2:45
professionalChris Losinger7-Jan-05 2:45 
GeneralRe: How can i delete a single line from a text file Pin
El Corazon7-Jan-05 4:18
El Corazon7-Jan-05 4:18 
GeneralCall Stack Debug Window Pin
jerry0davis6-Jan-05 23:18
jerry0davis6-Jan-05 23:18 
QuestionHow to convert from char * to enum Pin
amitranjanmishra6-Jan-05 23:15
amitranjanmishra6-Jan-05 23:15 
GeneralCurious about the file sort order Pin
LiYS6-Jan-05 22:44
LiYS6-Jan-05 22:44 
QuestionCan anyone give me a simple demo code to use User Define Messages or any links.( Thx in advance. ) Pin
IsaacLitingjun6-Jan-05 21:38
IsaacLitingjun6-Jan-05 21:38 
QuestionHow to verify if an application exsist in the system? Pin
ytod6-Jan-05 21:35
ytod6-Jan-05 21:35 
AnswerRe: How to verify if an application exsist in the system? Pin
benjymous6-Jan-05 22:06
benjymous6-Jan-05 22:06 
GeneralDFB Bitmap on second graphics card Pin
cirocco6-Jan-05 21:17
cirocco6-Jan-05 21:17 
GeneralAdding Custom property type VARIANT_BOOL using VC++.Net 2003 Pin
mgnaik6-Jan-05 21:13
mgnaik6-Jan-05 21:13 
QuestionCan a dll call/use another dll? Pin
heinzster6-Jan-05 18:42
heinzster6-Jan-05 18:42 
AnswerRe: Can a dll call/use another dll? Pin
jan larsen7-Jan-05 1:13
jan larsen7-Jan-05 1:13 

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.