Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalprocess monitor Pin
Anonymous13-Jul-04 0:52
Anonymous13-Jul-04 0:52 
GeneralRe: process monitor Pin
ThatsAlok13-Jul-04 1:41
ThatsAlok13-Jul-04 1:41 
Questioncomputer id? Pin
chedly_ensi13-Jul-04 0:43
chedly_ensi13-Jul-04 0:43 
AnswerRe: computer id? Pin
bikram singh13-Jul-04 4:44
bikram singh13-Jul-04 4:44 
GeneralHints to build an HTMLEditor Control which be an ActiveX in VC++ Pin
zubairyounas13-Jul-04 0:27
zubairyounas13-Jul-04 0:27 
Generalframe and view Pin
Yulianto.13-Jul-04 0:24
Yulianto.13-Jul-04 0:24 
GeneralRe: frame and view Pin
Neville Franks13-Jul-04 0:45
Neville Franks13-Jul-04 0:45 
GeneralIXMLDOMDocument::getElementsByTagName returns nothing Pin
dipeka12-Jul-04 23:56
dipeka12-Jul-04 23:56 
I have appended some elements to my root element using appendchild. Even then getElementsByTagName() returns nothing. What should be done. Here's the code.


pXMLRoot = pXMLDocument->createElement("CDLAYOUT");
pXMLDocument->appendChild(pXMLRoot);
pFamilyNode = pXMLDocument->createElement("FAMILY");
pXMLRoot->appendChild(pFamilyNode);
pFamilyNode->Puttext("tiger");
pOSNode = pXMLDocument->createElement("OS");
pXMLRoot->appendChild(pOSNode);
pOSNode->Puttext("Win2k");

AfxMessageBox(pXMLDocument->xml);

set = pXMLDocument->getElementsByTagName("*");

Thanks in advance

Dipeka.A.J
GeneralRe: Need Some Hints Pin
Michael P Butler13-Jul-04 0:55
Michael P Butler13-Jul-04 0:55 
GeneralRe: Need Some Hints Pin
Michael P Butler13-Jul-04 1:56
Michael P Butler13-Jul-04 1:56 
Generalabout flexgrid Pin
Yulianto.12-Jul-04 23:37
Yulianto.12-Jul-04 23:37 
GeneralIP, Masque, DNS and DHCP manage Pin
poirouge12-Jul-04 22:17
poirouge12-Jul-04 22:17 
GeneralRe: IP, Masque, DNS and DHCP manage Pin
ThatsAlok13-Jul-04 1:15
ThatsAlok13-Jul-04 1:15 
GeneralConverting Cstring to char array... Pin
AnaDin12-Jul-04 22:15
AnaDin12-Jul-04 22:15 
GeneralRe: Converting Cstring to char array... Pin
wb12-Jul-04 22:31
wb12-Jul-04 22:31 
GeneralRe: Converting Cstring to char array... Pin
Garth J Lancaster12-Jul-04 22:54
professionalGarth J Lancaster12-Jul-04 22:54 
GeneralRe: Converting Cstring to char array... Pin
Prakash Nadar13-Jul-04 1:23
Prakash Nadar13-Jul-04 1:23 
QuestionHow to Run only One Instance of my Application at a time Pin
Zeeshan Bilal12-Jul-04 20:32
Zeeshan Bilal12-Jul-04 20:32 
AnswerRe: How to Run only One Instance of my Application at a time Pin
PJ Arends12-Jul-04 20:55
professionalPJ Arends12-Jul-04 20:55 
AnswerRe: How to Run only One Instance of my Application at a time Pin
vikram attiganal12-Jul-04 20:59
vikram attiganal12-Jul-04 20:59 
GeneralVisual C++ & ClassWizard Pin
0v3rloader12-Jul-04 20:19
0v3rloader12-Jul-04 20:19 
GeneralRe: Visual C++ & ClassWizard Pin
Prakash Nadar13-Jul-04 1:21
Prakash Nadar13-Jul-04 1:21 
GeneralRe: Visual C++ & ClassWizard Pin
0v3rloader13-Jul-04 1:44
0v3rloader13-Jul-04 1:44 
GeneralVisual C++ output to .doc file Pin
tiziacaia12-Jul-04 19:57
tiziacaia12-Jul-04 19:57 
GeneralRe: Visual C++ output to .doc file Pin
V.12-Jul-04 21:29
professionalV.12-Jul-04 21:29 

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.