Click here to Skip to main content
15,893,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralType of Control Pane Pin
Danis Solovyov27-Nov-03 22:33
sussDanis Solovyov27-Nov-03 22:33 
GeneralMFC tray icon Pin
conman11027-Nov-03 22:02
conman11027-Nov-03 22:02 
GeneralRe: MFC tray icon Pin
Iain Clarke, Warrior Programmer28-Nov-03 1:29
Iain Clarke, Warrior Programmer28-Nov-03 1:29 
QuestionIOCP goes wrong? Pin
huqian200227-Nov-03 21:43
huqian200227-Nov-03 21:43 
AnswerRe: IOCP goes wrong? Pin
Anand Paranjpe27-Nov-03 21:49
Anand Paranjpe27-Nov-03 21:49 
GeneralRe: IOCP goes wrong? Pin
huqian200227-Nov-03 22:00
huqian200227-Nov-03 22:00 
AnswerRe: IOCP goes wrong? Pin
geo_m27-Nov-03 22:47
geo_m27-Nov-03 22:47 
GeneralAbout XML parser with MSXML 4 Pin
YKWCH27-Nov-03 20:16
YKWCH27-Nov-03 20:16 
My xml file is below:
<?xml version="1.0" encoding="GB2312"?>
<root>
<node1>
<bmname>sichuan.bmp</bmname>
</node1>
<list>
<city>
<cityname>ganzi</cityname>
<point>(190,270)</point>
</city>
<city>
<cityname>mianyang</cityname>
<point>(467,190)</point>
</city>
<city>
<cityname>yaan</cityname>
<point>(346,335)</point>
</city>
</list>
</root>
There will be many cities in xml file,and I want to get city name,point of a city at a time and store them into a struct,then I use selectNodes("list"),but it return a NULL pointer, thus I consider that the only list node is the reason,so I use selectSingleNode("list"),but it also cannot work and return NULL pointer,I've no idea,hope your help

I love Aquamarine.
GeneralRe: About XML parser with MSXML 4 Pin
Shanmuga Sundar27-Nov-03 20:54
Shanmuga Sundar27-Nov-03 20:54 
GeneralRe: About XML parser with MSXML 4 Pin
Anand Paranjpe27-Nov-03 21:47
Anand Paranjpe27-Nov-03 21:47 
GeneralRe: About XML parser with MSXML 4 Pin
YKWCH27-Nov-03 22:28
YKWCH27-Nov-03 22:28 
GeneralRe: About XML parser with MSXML 4 Pin
Anand Paranjpe27-Nov-03 22:53
Anand Paranjpe27-Nov-03 22:53 
GeneralRe: About XML parser with MSXML 4 Pin
YKWCH28-Nov-03 2:15
YKWCH28-Nov-03 2:15 
GeneralUnicode support atoi Pin
Prakash Nadar27-Nov-03 19:30
Prakash Nadar27-Nov-03 19:30 
GeneralRe: Unicode support atoi Pin
PJ Arends27-Nov-03 19:45
professionalPJ Arends27-Nov-03 19:45 
GeneralRe: Unicode support atoi Pin
Michael Dunn27-Nov-03 21:50
sitebuilderMichael Dunn27-Nov-03 21:50 
Generalhelp Pin
linrain27-Nov-03 18:58
linrain27-Nov-03 18:58 
GeneralRe: help Pin
Prakash Nadar27-Nov-03 20:57
Prakash Nadar27-Nov-03 20:57 
Generalcould you tell me how to make this effect:: backgroud blur... Pin
Grrrr27-Nov-03 18:56
Grrrr27-Nov-03 18:56 
GeneralRe: Printer DC? Pin
murali_utr27-Nov-03 17:43
murali_utr27-Nov-03 17:43 
GeneralRe: Printer DC? Pin
Roger Allen27-Nov-03 23:02
Roger Allen27-Nov-03 23:02 
GeneralRe: Printer DC? Pin
murali_utr28-Nov-03 0:56
murali_utr28-Nov-03 0:56 
GeneralPlz help me Pin
satadru27-Nov-03 17:33
satadru27-Nov-03 17:33 
GeneralRe: Plz help me Pin
twing27-Nov-03 17:52
twing27-Nov-03 17:52 
GeneralRe: Plz help me Pin
Prakash Nadar27-Nov-03 17:57
Prakash Nadar27-Nov-03 17:57 

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.