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

C / C++ / MFC

 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 3:11
thatsme_cool3-Apr-06 3:11 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 3:18
Amit Agarrwal3-Apr-06 3:18 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 3:30
thatsme_cool3-Apr-06 3:30 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 3:39
thatsme_cool3-Apr-06 3:39 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 18:35
Amit Agarrwal3-Apr-06 18:35 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 20:01
thatsme_cool3-Apr-06 20:01 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 21:50
Amit Agarrwal3-Apr-06 21:50 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 23:27
thatsme_cool3-Apr-06 23:27 
It's not that it'll work only if the xml file is in c:\ if u r copying it in some other folder then u should change the file path u may hav observed that in the sample application which i gave u OnFileNew event handler (in MainFram)

change bstrFileName as
bstrFileName = "E:\WorkingBigBoss\BigBossApp\file.xml"

make sure that u put double slashes here as
"E:\\WorkingBigBoss\\BigBossApp\\file.xml"

also see my xml file, copy the very first line of my file into urs
the line iam talking abt is
<?xml version="1.0"?>

I want u to read xml tutorial given on
www.w3schools.com

GeneralRe: Load & read the XML File Pin
thatsme_cool4-Apr-06 0:19
thatsme_cool4-Apr-06 0:19 
GeneralRe: Load &amp;amp;amp; read the XML File Pin
Amit Agarrwal4-Apr-06 0:54
Amit Agarrwal4-Apr-06 0:54 
GeneralRe: Load &amp;amp;amp; read the XML File Pin
thatsme_cool4-Apr-06 1:41
thatsme_cool4-Apr-06 1:41 
GeneralRe: Load &amp;amp;amp;amp; read the XML File Pin
Amit Agarrwal4-Apr-06 1:57
Amit Agarrwal4-Apr-06 1:57 
GeneralRe: Load &amp;amp;amp;amp; read the XML File Pin
thatsme_cool4-Apr-06 2:30
thatsme_cool4-Apr-06 2:30 
GeneralRe: Load &amp;amp;amp;amp; read the XML File Pin
Amit Agarrwal4-Apr-06 2:44
Amit Agarrwal4-Apr-06 2:44 
GeneralRe: Load &amp;amp;amp;amp; read the XML File Pin
thatsme_cool4-Apr-06 3:08
thatsme_cool4-Apr-06 3:08 
AnswerRe: Load & read the XML File Pin
ThatsAlok3-Apr-06 8:16
ThatsAlok3-Apr-06 8:16 
QuestionA stupid question regarding buttons Pin
llp00na3-Apr-06 2:01
llp00na3-Apr-06 2:01 
AnswerRe: A stupid question regarding buttons Pin
Nibu babu thomas3-Apr-06 2:06
Nibu babu thomas3-Apr-06 2:06 
AnswerRe: A stupid question regarding buttons Pin
Laxman Auti3-Apr-06 2:19
Laxman Auti3-Apr-06 2:19 
AnswerRe: A stupid question regarding buttons Pin
Hamid_RT3-Apr-06 2:25
Hamid_RT3-Apr-06 2:25 
AnswerRe: A stupid question regarding buttons Pin
Ganesh_T3-Apr-06 2:41
Ganesh_T3-Apr-06 2:41 
AnswerRe: A stupid question regarding buttons Pin
llp00na3-Apr-06 3:49
llp00na3-Apr-06 3:49 
AnswerRe: Problem solved :-) Pin
llp00na3-Apr-06 5:33
llp00na3-Apr-06 5:33 
Questiondatabase heros please help me? Pin
J51219823-Apr-06 1:24
J51219823-Apr-06 1:24 
AnswerRe: database heros please help me? Pin
thatsme_cool3-Apr-06 1:39
thatsme_cool3-Apr-06 1:39 

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.