Click here to Skip to main content
15,900,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Deriving from CObject and using = operator Pin
Dr-Kuulun2-Apr-06 0:40
Dr-Kuulun2-Apr-06 0:40 
QuestionSave into a UTF-8 file? Pin
Abin31-Mar-06 23:04
Abin31-Mar-06 23:04 
AnswerRe: Save into a UTF-8 file? Pin
Hamid_RT31-Mar-06 23:43
Hamid_RT31-Mar-06 23:43 
AnswerRe: Save into a UTF-8 file? Pin
Michael Dunn1-Apr-06 6:15
sitebuilderMichael Dunn1-Apr-06 6:15 
Questionset bk color of radio buttons Pin
big_denny_20031-Mar-06 21:48
big_denny_20031-Mar-06 21:48 
AnswerRe: set bk color of radio buttons Pin
Hamid_RT31-Mar-06 23:35
Hamid_RT31-Mar-06 23:35 
AnswerRe: set bk color of radio buttons Pin
Hamid_RT31-Mar-06 23:39
Hamid_RT31-Mar-06 23:39 
QuestionHow to Load & Read XML File in MFC Pin
Amit Agarrwal31-Mar-06 20:57
Amit Agarrwal31-Mar-06 20:57 
AnswerRe: How to Load & Read XML File in MFC Pin
_AnsHUMAN_ 31-Mar-06 22:10
_AnsHUMAN_ 31-Mar-06 22:10 
GeneralRe: How to Load & Read XML File in MFC Pin
Amit Agarrwal31-Mar-06 22:21
Amit Agarrwal31-Mar-06 22:21 
GeneralRe: How to Load & Read XML File in MFC Pin
_AnsHUMAN_ 31-Mar-06 22:30
_AnsHUMAN_ 31-Mar-06 22:30 
AnswerRe: How to Load & Read XML File in MFC Pin
Hamid_RT31-Mar-06 23:26
Hamid_RT31-Mar-06 23:26 
AnswerRe: How to Load & Read XML File in MFC Pin
thatsme_cool31-Mar-06 23:30
thatsme_cool31-Mar-06 23:30 
GeneralRe: How to Load & Read XML File in MFC Pin
Amit Agarrwal31-Mar-06 23:54
Amit Agarrwal31-Mar-06 23:54 
GeneralRe: How to Load & Read XML File in MFC Pin
thatsme_cool1-Apr-06 0:05
thatsme_cool1-Apr-06 0:05 
GeneralRe: How to Load & Read XML File in MFC Pin
Amit Agarrwal1-Apr-06 0:12
Amit Agarrwal1-Apr-06 0:12 
GeneralRe: How to Load & Read XML File in MFC Pin
thatsme_cool1-Apr-06 0:16
thatsme_cool1-Apr-06 0:16 
GeneralRe: How to Load & Read XML File in MFC Pin
Amit Agarrwal1-Apr-06 0:24
Amit Agarrwal1-Apr-06 0:24 
GeneralRe: How to Load & Read XML File in MFC Pin
thatsme_cool1-Apr-06 0:33
thatsme_cool1-Apr-06 0:33 
GeneralRe: How to Load & Read XML File in MFC Pin
Amit Agarrwal1-Apr-06 0:42
Amit Agarrwal1-Apr-06 0:42 
GeneralRe: How to Load & Read XML File in MFC Pin
thatsme_cool1-Apr-06 1:00
thatsme_cool1-Apr-06 1:00 
Sorry if u felt for what I saidSmile | :)
I just wanted to tell u that never ever post ur project code (change name of classes & DS) and post only related code.
Ok coming back to the point..
actually two weeks before i was facing the same problem
i wanted to read a xml file
& I did whatever I told u before but,
i don't know what u hv done so far & Y from the hell the problem is coming to u .
by the way I did all these things on VS2005

one more thing i would like to mention that
import the dll where u are declaring
IXMLDOMDocument* m_pIDomDoc

I mean in main frame

MainFrm.h

#pragma once
#import "msxml.dll"

class YourClass
{
public:
IXMLDOMDocument* m_pIDomDoc;
}
try this.
AnswerRe: How to Load & Read XML File in MFC Pin
Amit Agarrwal1-Apr-06 1:18
Amit Agarrwal1-Apr-06 1:18 
QuestionDynamic array Pin
hanno2531-Mar-06 20:40
hanno2531-Mar-06 20:40 
AnswerRe: Dynamic array Pin
John M. Drescher31-Mar-06 20:59
John M. Drescher31-Mar-06 20:59 
AnswerRe: Dynamic array Pin
Stephen Hewitt1-Apr-06 0:32
Stephen Hewitt1-Apr-06 0:32 

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.