Click here to Skip to main content
15,904,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Playing Windows Explorer Sounds Pin
Ryan Sikma27-Apr-07 8:23
Ryan Sikma27-Apr-07 8:23 
QuestionQuestion about resizing views ? Pin
Arris7426-Apr-07 11:06
Arris7426-Apr-07 11:06 
AnswerRe: Question about resizing views ? Pin
Steve Echols26-Apr-07 17:15
Steve Echols26-Apr-07 17:15 
QuestionXml in C++ Pin
Anka_Ame26-Apr-07 10:11
Anka_Ame26-Apr-07 10:11 
QuestionRe: Xml in C++ Pin
David Crow26-Apr-07 10:33
David Crow26-Apr-07 10:33 
AnswerRe: Xml in C++ Pin
James R. Twine26-Apr-07 10:51
James R. Twine26-Apr-07 10:51 
GeneralRe: Xml in C++ Pin
Anka_Ame26-Apr-07 11:05
Anka_Ame26-Apr-07 11:05 
GeneralRe: Xml in C++ Pin
George L. Jackson26-Apr-07 13:28
George L. Jackson26-Apr-07 13:28 
If you are using .NET and C++/CLI, you can use the System.Xml namespace to access classes such as XmlDocument and XmlReader to extract XML from a file. If you are using "native" Visual C++, you can use MSXML or XmlLite from Microsoft. Except for XmlLite, there are a lot of articles on Code Project and other sites (Can you Google?). XmlLite is new but their is an article about this or last month's MSDN Magazine. Example code for MSXML is not very plentiful also.

"We make a living by what we get, we make a life by what we give." --Winston Churchill

GeneralRe: Xml in C++ Pin
George L. Jackson26-Apr-07 13:16
George L. Jackson26-Apr-07 13:16 
AnswerRe: Xml in C++ Pin
Paresh Chitte26-Apr-07 18:59
Paresh Chitte26-Apr-07 18:59 
AnswerRe: Xml in C++ Pin
Hamid_RT26-Apr-07 21:47
Hamid_RT26-Apr-07 21:47 
QuestionOver the HEAP: Tracking down a heap error Pin
@largeinsd26-Apr-07 8:14
@largeinsd26-Apr-07 8:14 
AnswerRe: Over the HEAP: Tracking down a heap error Pin
Mark Salsbery26-Apr-07 8:45
Mark Salsbery26-Apr-07 8:45 
QuestionRe: Over the HEAP: Tracking down a heap error Pin
David Crow26-Apr-07 10:00
David Crow26-Apr-07 10:00 
AnswerRe: Over the HEAP: Tracking down a heap error Pin
Stephen Hewitt26-Apr-07 13:49
Stephen Hewitt26-Apr-07 13:49 
QuestionVC++2005: ActiveX event that must be handled... Pin
Joan M26-Apr-07 7:17
professionalJoan M26-Apr-07 7:17 
QuestionEnquiry on playing avi file with MFC application Pin
YUANGE26-Apr-07 7:16
YUANGE26-Apr-07 7:16 
AnswerRe: Enquiry on playing avi file with MFC application Pin
David Crow26-Apr-07 10:01
David Crow26-Apr-07 10:01 
GeneralRe: Enquiry on playing avi file with MFC application Pin
YUANGE27-Apr-07 4:46
YUANGE27-Apr-07 4:46 
GeneralRe: Enquiry on playing avi file with MFC application Pin
David Crow27-Apr-07 4:50
David Crow27-Apr-07 4:50 
GeneralRe: Enquiry on playing avi file with MFC application Pin
YUANGE27-Apr-07 6:56
YUANGE27-Apr-07 6:56 
GeneralRe: Enquiry on playing avi file with MFC application Pin
David Crow27-Apr-07 9:18
David Crow27-Apr-07 9:18 
AnswerRe: Enquiry on playing avi file with MFC application Pin
Mark Salsbery26-Apr-07 10:26
Mark Salsbery26-Apr-07 10:26 
AnswerRe: Enquiry on playing avi file with MFC application Pin
Hamid_RT26-Apr-07 21:43
Hamid_RT26-Apr-07 21:43 
QuestionVC++2005: if an app loses the focus, how can I know? Pin
Joan M26-Apr-07 5:35
professionalJoan M26-Apr-07 5:35 

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.