Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Self Calling function Pin
kakan13-Oct-05 2:03
professionalkakan13-Oct-05 2:03 
QuestionXP versus NT Pin
benjnp13-Oct-05 0:47
benjnp13-Oct-05 0:47 
QuestionIP address Pin
benjnp13-Oct-05 0:36
benjnp13-Oct-05 0:36 
AnswerRe: IP address Pin
ThatsAlok13-Oct-05 1:06
ThatsAlok13-Oct-05 1:06 
AnswerRe: IP address Pin
Anonymous13-Oct-05 4:04
Anonymous13-Oct-05 4:04 
QuestionINI to XML conveersion (very urgent) Pin
swaapu13-Oct-05 0:22
swaapu13-Oct-05 0:22 
AnswerRe: INI to XML conveersion (very urgent) Pin
The NULL Developer13-Oct-05 0:39
professionalThe NULL Developer13-Oct-05 0:39 
AnswerRe: INI to XML conveersion (very urgent) Pin
ThatsAlok13-Oct-05 1:12
ThatsAlok13-Oct-05 1:12 
As you mentioned
swaapu wrote:
ABCD.yak

[Section1]
Key1=ABCD
Key2=20


you can convert into xml like this
<section1>
<Key1>ABCD</Key1>
<Key2>20</Key2>
</section1>

now if you need tool/class to read and write it, this would be good start
http://www.codeproject.com/soap/markupclass.asp[^]


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV

-- modified at 7:12 Thursday 13th October, 2005
QuestionRe: INI to XML conveersion (very urgent) Pin
David Crow13-Oct-05 3:32
David Crow13-Oct-05 3:32 
QuestionODBC with VC++ Pin
sirtimid13-Oct-05 0:17
sirtimid13-Oct-05 0:17 
QuestionRe: ODBC with VC++ Pin
David Crow13-Oct-05 3:33
David Crow13-Oct-05 3:33 
QuestionIdentifying Unicode Fonts Pin
Nishad S13-Oct-05 0:17
Nishad S13-Oct-05 0:17 
Questionloading and digitizing images in VC++ Pin
sweetad12-Oct-05 23:19
sweetad12-Oct-05 23:19 
QuestionRe: loading and digitizing images in VC++ Pin
toxcct12-Oct-05 23:20
toxcct12-Oct-05 23:20 
QuestionWTL User Interface in MFC application Pin
Mircea Grelus12-Oct-05 22:15
Mircea Grelus12-Oct-05 22:15 
AnswerRe: WTL User Interface in MFC application Pin
Mircea Grelus12-Oct-05 22:18
Mircea Grelus12-Oct-05 22:18 
GeneralRe: WTL User Interface in MFC application Pin
l a u r e n13-Oct-05 17:25
l a u r e n13-Oct-05 17:25 
GeneralRe: WTL User Interface in MFC application Pin
Mircea Grelus14-Oct-05 4:47
Mircea Grelus14-Oct-05 4:47 
QuestiontmapsEnumurate Folder Pin
Saber00112-Oct-05 21:54
Saber00112-Oct-05 21:54 
Questionedit box that accepts only 0-9 and &quot;ABCDCDEF&quot; Pin
kerby_arion12-Oct-05 21:53
kerby_arion12-Oct-05 21:53 
AnswerRe: edit box that accepts only 0-9 and &quot;ABCDCDEF&quot; Pin
toxcct12-Oct-05 22:03
toxcct12-Oct-05 22:03 
AnswerRe: edit box that accepts only 0-9 and &quot;ABCDCDEF&quot; Pin
ddmcr12-Oct-05 22:31
ddmcr12-Oct-05 22:31 
GeneralRe: edit box that accepts only 0-9 and &quot;ABCDCDEF&quot; Pin
Trollslayer13-Oct-05 1:20
mentorTrollslayer13-Oct-05 1:20 
GeneralRe: edit box that accepts only 0-9 and &quot;ABCDCDEF&quot; Pin
kerby_arion13-Oct-05 15:41
kerby_arion13-Oct-05 15:41 
GeneralRe: edit box that accepts only 0-9 and &quot;ABCDCDEF&quot; Pin
ThatsAlok13-Oct-05 18:54
ThatsAlok13-Oct-05 18:54 

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.