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

C / C++ / MFC

 
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 
QuestionCTreeCtrl end label edit howto Pin
s o v a n n31-Mar-06 20:24
s o v a n n31-Mar-06 20:24 
QuestionChanging a dialog in a program not mine !! Pin
AhmedOsamaMoh31-Mar-06 19:32
AhmedOsamaMoh31-Mar-06 19:32 
AnswerRe: Changing a dialog in a program not mine !! Pin
Stephen Hewitt31-Mar-06 19:57
Stephen Hewitt31-Mar-06 19:57 
GeneralRe: Changing a dialog in a program not mine !! Pin
AhmedOsamaMoh31-Mar-06 20:13
AhmedOsamaMoh31-Mar-06 20:13 
AnswerRe: Changing a dialog in a program not mine !! Pin
includeh101-Apr-06 7:12
includeh101-Apr-06 7:12 
QuestionMultiple views with same document/content Pin
yang__lee31-Mar-06 18:25
yang__lee31-Mar-06 18:25 
QuestionHow to Serialize the content of the window Pin
Laxman Auti31-Mar-06 18:04
Laxman Auti31-Mar-06 18:04 
AnswerRe: How to Serialize the content of the window Pin
Hamid_RT1-Apr-06 18:37
Hamid_RT1-Apr-06 18:37 
GeneralRe: How to Serialize the content of the window Pin
Laxman Auti2-Apr-06 20:14
Laxman Auti2-Apr-06 20:14 
GeneralRe: How to Serialize the content of the window Pin
Hamid_RT2-Apr-06 21:13
Hamid_RT2-Apr-06 21:13 
GeneralRe: How to Serialize the content of the window Pin
Laxman Auti2-Apr-06 22:10
Laxman Auti2-Apr-06 22:10 
GeneralRe: How to Serialize the content of the window Pin
Hamid_RT2-Apr-06 23:05
Hamid_RT2-Apr-06 23:05 
QuestionColor Pin
Tran Ngoc Minh31-Mar-06 16:17
Tran Ngoc Minh31-Mar-06 16:17 

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.