Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DestroyWindow() Pin
ns20-Mar-03 5:31
ns20-Mar-03 5:31 
GeneralRe: DestroyWindow() Pin
Chris Meech20-Mar-03 5:39
Chris Meech20-Mar-03 5:39 
GeneralRe: DestroyWindow() Pin
ns20-Mar-03 5:45
ns20-Mar-03 5:45 
GeneralRe: DestroyWindow() Pin
Ravi Bhavnani20-Mar-03 5:30
professionalRavi Bhavnani20-Mar-03 5:30 
GeneralHooks ansd services Pin
FlorianS20-Mar-03 4:57
FlorianS20-Mar-03 4:57 
Generalsorting a database physically after adding records Pin
ns20-Mar-03 2:16
ns20-Mar-03 2:16 
GeneralStandard C++ question... Pin
Member 1026380920-Mar-03 2:15
Member 1026380920-Mar-03 2:15 
GeneralRe: Standard C++ question... Pin
jhwurmbach20-Mar-03 2:26
jhwurmbach20-Mar-03 2:26 
If I understand you correctly, you have a member variable of type A in class B.
You now add code to class B , and want this code to access member function of class A, right?
You then have to give the scope of the call (i.e. writing m_var.function()).
Maybe what you want is derivation? You then can call the base class implicity.
But beware: deriving B from a models a 'is a' relationship. i.e. your green coloured dialog is a CDialog. Look if that is true with your problem.


My opinions may have changed, but not the fact that I am right.
GeneralRe: Standard C++ question... Pin
Member 1026380920-Mar-03 2:52
Member 1026380920-Mar-03 2:52 
Generaltoolbar problem Pin
benben20-Mar-03 2:05
benben20-Mar-03 2:05 
QuestionAnybody seen this MFC error yet? Pin
Harald Krause20-Mar-03 1:45
Harald Krause20-Mar-03 1:45 
AnswerRe: Anybody seen this MFC error yet? Pin
jhwurmbach20-Mar-03 2:16
jhwurmbach20-Mar-03 2:16 
GeneralRe: Anybody seen this MFC error yet? Pin
Yuri Kreinin20-Mar-03 6:28
Yuri Kreinin20-Mar-03 6:28 
Generalactive screensaver Programmatically Pin
JoeZhang20-Mar-03 0:36
JoeZhang20-Mar-03 0:36 
GeneralRe: active screensaver Programmatically Pin
_Theo_20-Mar-03 1:35
_Theo_20-Mar-03 1:35 
GeneralMSN like Emoticon list Pin
Ph@ntom19-Mar-03 23:57
Ph@ntom19-Mar-03 23:57 
GeneralRe: MSN like Emoticon list Pin
_Theo_20-Mar-03 1:38
_Theo_20-Mar-03 1:38 
GeneralRichEdit20A Pin
Ph@ntom19-Mar-03 23:55
Ph@ntom19-Mar-03 23:55 
GeneralSetWindowsHookEx and WM_NOTIFY problems Pin
Ceri19-Mar-03 23:44
Ceri19-Mar-03 23:44 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Chopper19-Mar-03 23:50
Chopper19-Mar-03 23:50 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Ceri19-Mar-03 23:51
Ceri19-Mar-03 23:51 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Chopper19-Mar-03 23:59
Chopper19-Mar-03 23:59 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Ceri20-Mar-03 0:00
Ceri20-Mar-03 0:00 
GeneralGetting rid of the scrollbars in a HTMLView... Pin
Joan M19-Mar-03 23:36
professionalJoan M19-Mar-03 23:36 
Question<p class="body">How to draw parts of a Windows XP icon??? Pin
Chopper19-Mar-03 23:20
Chopper19-Mar-03 23:20 

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.