Click here to Skip to main content
15,887,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: execute my c++ application en MFC SDI in batch mode with parameters Pin
MrKBA15-Jun-09 1:20
MrKBA15-Jun-09 1:20 
GeneralRe: execute my c++ application en MFC SDI in batch mode with parameters Pin
David Crow15-Jun-09 2:47
David Crow15-Jun-09 2:47 
GeneralRe: execute my c++ application en MFC SDI in batch mode with parameters Pin
MrKBA15-Jun-09 21:48
MrKBA15-Jun-09 21:48 
QuestionGetattributename and value of an Xml Node... Pin
siva45514-Jun-09 21:32
siva45514-Jun-09 21:32 
AnswerRe: Getattributename and value of an Xml Node... Pin
Cedric Moonen14-Jun-09 21:36
Cedric Moonen14-Jun-09 21:36 
GeneralRe: Getattributename and value of an Xml Node... Pin
siva45514-Jun-09 21:39
siva45514-Jun-09 21:39 
GeneralRe: Getattributename and value of an Xml Node... Pin
«_Superman_»14-Jun-09 22:25
professional«_Superman_»14-Jun-09 22:25 
GeneralRe: Getattributename and value of an Xml Node... Pin
siva45514-Jun-09 22:32
siva45514-Jun-09 22:32 
Hi,
Thanks for ur reply...but if i use IXMLDOMNamedNodeMap::getNamedItem i need to pass the name of the attribute but the requirement is i need to get the name of the attribute by passing index....i tried
MSXML::IXMLDOMNodePtr Node;
pAttributeMap->get_item(i, Node);
and when i use
BSTR bstr;
Node->get_text(&bstr);

im getting the value of the attribute but i need to get even name of the attribute ..pls let me know how to achieve the same...
GeneralRe: Getattributename and value of an Xml Node... Pin
«_Superman_»14-Jun-09 22:41
professional«_Superman_»14-Jun-09 22:41 
GeneralRe: Getattributename and value of an Xml Node... Pin
Stuart Dootson14-Jun-09 23:22
professionalStuart Dootson14-Jun-09 23:22 
QuestionMerge Xml [modified] Pin
p_196014-Jun-09 20:40
p_196014-Jun-09 20:40 
AnswerRe: Merge Xml Pin
Stuart Dootson14-Jun-09 23:29
professionalStuart Dootson14-Jun-09 23:29 
QuestionMultiple Inheritance doubt Pin
chirag_chauhan14-Jun-09 20:26
chirag_chauhan14-Jun-09 20:26 
AnswerRe: Multiple Inheritance doubt Pin
Mahesh Kulkarni14-Jun-09 20:55
Mahesh Kulkarni14-Jun-09 20:55 
AnswerRe: Multiple Inheritance doubt Pin
Cedric Moonen14-Jun-09 20:58
Cedric Moonen14-Jun-09 20:58 
GeneralRe: Multiple Inheritance doubt Pin
chirag_chauhan14-Jun-09 23:03
chirag_chauhan14-Jun-09 23:03 
Questiontext search Pin
ali kanju14-Jun-09 19:59
ali kanju14-Jun-09 19:59 
AnswerRe: text search Pin
Mahesh Kulkarni14-Jun-09 20:18
Mahesh Kulkarni14-Jun-09 20:18 
GeneralRe: text search Pin
ali kanju14-Jun-09 20:27
ali kanju14-Jun-09 20:27 
GeneralRe: text search Pin
Cedric Moonen14-Jun-09 21:08
Cedric Moonen14-Jun-09 21:08 
AnswerRe: text search Pin
_AnsHUMAN_ 14-Jun-09 20:25
_AnsHUMAN_ 14-Jun-09 20:25 
AnswerRe: text search Pin
«_Superman_»14-Jun-09 21:59
professional«_Superman_»14-Jun-09 21:59 
AnswerRe: text search Pin
David Crow15-Jun-09 2:55
David Crow15-Jun-09 2:55 
QuestionHow can change product original exe name ? Pin
Le@rner14-Jun-09 19:57
Le@rner14-Jun-09 19:57 
AnswerRe: How can change product original exe name ? Pin
Mahesh Kulkarni14-Jun-09 20:14
Mahesh Kulkarni14-Jun-09 20:14 

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.