Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to update a particular contol? Pin
ram.Jaddu9-Oct-07 1:21
ram.Jaddu9-Oct-07 1:21 
AnswerRe: How to update a particular contol? Pin
David Crow9-Oct-07 2:56
David Crow9-Oct-07 2:56 
QuestionCHAR or VARCHAR Pin
Try8-Oct-07 21:05
Try8-Oct-07 21:05 
AnswerRe: CHAR or VARCHAR Pin
Karismatic8-Oct-07 23:59
Karismatic8-Oct-07 23:59 
AnswerRe: CHAR or VARCHAR Pin
Mark Salsbery9-Oct-07 8:35
Mark Salsbery9-Oct-07 8:35 
QuestionXmlReader EOF property problem Pin
Shivian8-Oct-07 20:37
Shivian8-Oct-07 20:37 
AnswerRe: XmlReader EOF property problem Pin
User 5838528-Oct-07 20:49
User 5838528-Oct-07 20:49 
GeneralRe: XmlReader EOF property problem [modified] Pin
Shivian9-Oct-07 13:27
Shivian9-Oct-07 13:27 
Go to definition gives the following:

System.Boolean EOF { get; }
Member of System.Xml.XmlReader

Summary:
When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.

Return Values:
true if the reader is positioned at the end of the stream; otherwise, false.

So it is definitely a property - like .Name which I used successfully several times. I think it is some sort of compiler/framework bug because even trying to assign a bool variable to xtr->EOF gives a compiler error.

EDIT: I should add that when stepping through the debugger (with while(1) instead of while(!xtr->EOF)) and looking at the properties of xtr, the EOF property IS listed and carries the expected value.

GeneralRe: XmlReader EOF property problem [modified] Pin
ian__lindsay7-Feb-13 4:05
ian__lindsay7-Feb-13 4:05 
Questionmessage maps from derived class Pin
prithaa8-Oct-07 19:52
prithaa8-Oct-07 19:52 
AnswerRe: message maps from derived class Pin
Naveen8-Oct-07 19:58
Naveen8-Oct-07 19:58 
AnswerRe: message maps from derived class Pin
Jhony george9-Oct-07 1:08
Jhony george9-Oct-07 1:08 
QuestionProblem in SetWallpaper Pin
GauranG Shah8-Oct-07 19:05
GauranG Shah8-Oct-07 19:05 
AnswerRe: Problem in SetWallpaper Pin
Hamid_RT8-Oct-07 19:36
Hamid_RT8-Oct-07 19:36 
GeneralRe: Problem in SetWallpaper Pin
GauranG Shah8-Oct-07 20:31
GauranG Shah8-Oct-07 20:31 
GeneralRe: Problem in SetWallpaper Pin
aks.8-Oct-07 22:10
aks.8-Oct-07 22:10 
GeneralRe: Problem in SetWallpaper Pin
GauranG Shah8-Oct-07 22:45
GauranG Shah8-Oct-07 22:45 
GeneralRe: Problem in SetWallpaper Pin
aks.8-Oct-07 22:47
aks.8-Oct-07 22:47 
GeneralRe: Problem in SetWallpaper Pin
GauranG Shah8-Oct-07 22:53
GauranG Shah8-Oct-07 22:53 
GeneralRe: Problem in SetWallpaper Pin
aks.8-Oct-07 23:05
aks.8-Oct-07 23:05 
GeneralRe: Problem in SetWallpaper Pin
GauranG Shah8-Oct-07 23:12
GauranG Shah8-Oct-07 23:12 
QuestionRe: Problem in SetWallpaper Pin
David Crow9-Oct-07 3:08
David Crow9-Oct-07 3:08 
Questionhow to change the color of header of list control Pin
rajneshmalik8-Oct-07 18:55
rajneshmalik8-Oct-07 18:55 
AnswerRe: how to change the color of header of list control Pin
hiajay8-Oct-07 19:49
hiajay8-Oct-07 19:49 
QuestionAccess violation in Comctl32.dll Pin
Marimuthu.r8-Oct-07 18:53
Marimuthu.r8-Oct-07 18:53 

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.