Click here to Skip to main content
15,905,915 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: changing process access levels/rights Pin
__yb2-Nov-05 22:21
__yb2-Nov-05 22:21 
GeneralRe: changing process access levels/rights Pin
Luke Murray3-Nov-05 14:16
Luke Murray3-Nov-05 14:16 
Questionhow to get the file's full path from printer queue? Pin
szcococut30-Oct-05 15:10
szcococut30-Oct-05 15:10 
AnswerRe: how to get the file's full path from printer queue? Pin
Mircea Puiu30-Oct-05 21:11
Mircea Puiu30-Oct-05 21:11 
Questioni need help!!! Pin
gr8coaster32930-Oct-05 14:55
gr8coaster32930-Oct-05 14:55 
AnswerRe: i need help!!! Pin
Christian Graus30-Oct-05 15:13
protectorChristian Graus30-Oct-05 15:13 
GeneralRe: i need help!!! Pin
gr8coaster32930-Oct-05 15:28
gr8coaster32930-Oct-05 15:28 
GeneralRe: i need help!!! Pin
Christian Graus30-Oct-05 15:54
protectorChristian Graus30-Oct-05 15:54 
gr8coaster329 wrote:
m_cpGrammar


This is a member variable, have you created it ? If not, this code snippet will indeed give you the error you describe

gr8coaster329 wrote:
so what do i have to do to get it to work?


Use VC2003, if there's no VC2005 version, and assuming this is the problem. I would assume otherwise though.

gr8coaster329 wrote:
i have the xml document and the tree view control i just dont know how to get the contents of the xml put into the tree view.


Well, you need to iterate through the XML, I assume it's a tree shaped structure, or you'd just use a list box, right ? So, you need to use recursion to iterate through all the XML nodes, and then one by one add them to your tree. I'm sure there are plenty of articles out there on XML->tree ctrl ?

If you've found a CP article, try compiling and running the code from the article, that gives you code that is known to work, and lets you debug your own environment. It also gives you a starting point to experiment and learn from.

Also, try asking API specific questions in the forum for the article. I sure know nothing about the speech API.


Christian Graus - Microsoft MVP - C++
GeneralRe: i need help!!! Pin
gr8coaster32930-Oct-05 16:01
gr8coaster32930-Oct-05 16:01 
GeneralRe: i need help!!! Pin
Christian Graus30-Oct-05 16:03
protectorChristian Graus30-Oct-05 16:03 
QuestionHow to use GridCtrl? Pin
codechen47030-Oct-05 14:01
codechen47030-Oct-05 14:01 
AnswerRe: How to use GridCtrl? Pin
Christian Graus30-Oct-05 14:38
protectorChristian Graus30-Oct-05 14:38 
Questioncopy paste linux style in windows Pin
Noam Ben Haim30-Oct-05 4:50
Noam Ben Haim30-Oct-05 4:50 
AnswerRe: copy paste linux style in windows Pin
__yb31-Oct-05 21:40
__yb31-Oct-05 21:40 
Questionhelp! how to carry out this function? Pin
ewighell30-Oct-05 4:30
ewighell30-Oct-05 4:30 
AnswerRe: help! how to carry out this function? Pin
Christian Graus30-Oct-05 11:40
protectorChristian Graus30-Oct-05 11:40 
GeneralRe: help! how to carry out this function? Pin
ewighell30-Oct-05 14:35
ewighell30-Oct-05 14:35 
GeneralRe: help! how to carry out this function? Pin
Christian Graus30-Oct-05 14:38
protectorChristian Graus30-Oct-05 14:38 
GeneralRe: help! how to carry out this function? Pin
ewighell30-Oct-05 15:10
ewighell30-Oct-05 15:10 
GeneralRe: help! how to carry out this function? Pin
Christian Graus30-Oct-05 15:11
protectorChristian Graus30-Oct-05 15:11 
GeneralRe: help! how to carry out this function? Pin
ewighell30-Oct-05 15:18
ewighell30-Oct-05 15:18 
QuestionSpeed up compilation by ramdisk? Pin
Christof Schardt30-Oct-05 0:46
Christof Schardt30-Oct-05 0:46 
AnswerRe: Speed up compilation by ramdisk? Pin
Gary R. Wheeler31-Oct-05 3:26
Gary R. Wheeler31-Oct-05 3:26 
GeneralRe: Speed up compilation by ramdisk? Pin
Blake Miller31-Oct-05 4:01
Blake Miller31-Oct-05 4:01 
GeneralRe: Speed up compilation by ramdisk? Pin
Christof Schardt31-Oct-05 5:21
Christof Schardt31-Oct-05 5:21 

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.