Click here to Skip to main content
15,914,820 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Not able to receive messages to the control procedure on invoking the shortcut keys. Pin
Naveen21-Aug-08 14:19
Naveen21-Aug-08 14:19 
GeneralRe: Not able to receive messages to the control procedure on invoking the shortcut keys. Pin
Hari-Adarapu22-Aug-08 4:08
Hari-Adarapu22-Aug-08 4:08 
GeneralRe: Not able to receive messages to the control procedure on invoking the shortcut keys. Pin
Naveen22-Aug-08 4:59
Naveen22-Aug-08 4:59 
QuestionCListCtrl with CheckBox Pin
john563221-Aug-08 6:39
john563221-Aug-08 6:39 
AnswerRe: CListCtrl with CheckBox Pin
led mike21-Aug-08 6:56
led mike21-Aug-08 6:56 
AnswerRe: CListCtrl with CheckBox Pin
Ștefan-Mihai MOGA21-Aug-08 14:32
professionalȘtefan-Mihai MOGA21-Aug-08 14:32 
QuestionUsing MSXML in VS 6.0 C++ app Pin
tas282621-Aug-08 6:31
tas282621-Aug-08 6:31 
AnswerRe: Using MSXML in VS 6.0 C++ app Pin
led mike21-Aug-08 6:53
led mike21-Aug-08 6:53 
MSXML implements an XML DOM and maybe also a SAX parser. You can go study how those things work at web sites like TOP XML and www.w3schools.com

I also believe you will find sample code using MSXML at w3schools. Now those samples might be in something like Javascript but that doesn't matter because the COM interfaces are the same when you use them from C++. Of course if you don't have experience using COM interfaces from C++ then you will also need to learn about that.


led mike

GeneralRe: Using MSXML in VS 6.0 C++ app Pin
tas282621-Aug-08 6:58
tas282621-Aug-08 6:58 
AnswerRe: Using MSXML in VS 6.0 C++ app Pin
Ștefan-Mihai MOGA21-Aug-08 14:36
professionalȘtefan-Mihai MOGA21-Aug-08 14:36 
QuestionHow to konw there is an icon under the cursor? Pin
mceros21-Aug-08 3:10
mceros21-Aug-08 3:10 
AnswerRe: How to konw there is an icon under the cursor? Pin
Nibu babu thomas21-Aug-08 18:39
Nibu babu thomas21-Aug-08 18:39 
GeneralRe: How to konw there is an icon under the cursor? Pin
mceros22-Aug-08 1:22
mceros22-Aug-08 1:22 
GeneralRe: How to konw there is an icon under the cursor? Pin
Nibu babu thomas22-Aug-08 1:26
Nibu babu thomas22-Aug-08 1:26 
GeneralRe: How to konw there is an icon under the cursor? Pin
mceros22-Aug-08 1:41
mceros22-Aug-08 1:41 
GeneralRe: How to konw there is an icon under the cursor? Pin
Nibu babu thomas22-Aug-08 1:51
Nibu babu thomas22-Aug-08 1:51 
GeneralRe: How to konw there is an icon under the cursor? Pin
mceros22-Aug-08 3:03
mceros22-Aug-08 3:03 
GeneralRe: How to konw there is an icon under the cursor? Pin
Nibu babu thomas22-Aug-08 3:06
Nibu babu thomas22-Aug-08 3:06 
GeneralRe: How to konw there is an icon under the cursor? Pin
mceros22-Aug-08 4:43
mceros22-Aug-08 4:43 
GeneralRe: How to konw there is an icon under the cursor? Pin
Nibu babu thomas22-Aug-08 4:44
Nibu babu thomas22-Aug-08 4:44 
GeneralRe: How to konw there is an icon under the cursor? Pin
mceros22-Aug-08 4:54
mceros22-Aug-08 4:54 
Questionget network path in tree control Pin
Madan Chauhan21-Aug-08 2:19
Madan Chauhan21-Aug-08 2:19 
AnswerRe: get network path in tree control Pin
Ștefan-Mihai MOGA21-Aug-08 14:39
professionalȘtefan-Mihai MOGA21-Aug-08 14:39 
GeneralRe: get network path in tree control Pin
Madan Chauhan21-Aug-08 20:05
Madan Chauhan21-Aug-08 20:05 
QuestionHow to end the waitable timer [modified] Pin
ptr_Electron21-Aug-08 2:11
ptr_Electron21-Aug-08 2:11 

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.