Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncreating a window... Pin
Peter Charlesworth10-Feb-06 8:51
Peter Charlesworth10-Feb-06 8:51 
Answercreating a window... Pin
Peter Charlesworth10-Feb-06 8:57
Peter Charlesworth10-Feb-06 8:57 
GeneralRe: creating a window... Pin
Peter Charlesworth10-Feb-06 8:59
Peter Charlesworth10-Feb-06 8:59 
GeneralRe: creating a window... Pin
David Crow10-Feb-06 9:15
David Crow10-Feb-06 9:15 
GeneralRe: creating a window... Pin
Peter Charlesworth10-Feb-06 10:05
Peter Charlesworth10-Feb-06 10:05 
AnswerRe: creating a window... Pin
Michael Dunn10-Feb-06 11:09
sitebuilderMichael Dunn10-Feb-06 11:09 
QuestionCListView question Pin
RobJones10-Feb-06 8:22
RobJones10-Feb-06 8:22 
AnswerRe: CListView question Pin
David Crow10-Feb-06 9:19
David Crow10-Feb-06 9:19 
RobJones wrote:
I am trying to catch a LVIS_STATEIMAGEMASK change in OnLvnItemchanged and I don't want to catch the initial population of the list.


One way around this is to set a flag variable to true before populating the list, and then set it to false after populating the list. Then in the OnLvnItemchanged() method, don't do anything if the flag variable is equal to true. Make sense?


"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli


GeneralRe: CListView question Pin
RobJones10-Feb-06 9:27
RobJones10-Feb-06 9:27 
QuestionImmediate Display of Edit Box Pin
jon_fallon10-Feb-06 8:19
jon_fallon10-Feb-06 8:19 
AnswerRe: Immediate Display of Edit Box Pin
David Crow10-Feb-06 9:22
David Crow10-Feb-06 9:22 
AnswerRe: Immediate Display of Edit Box Pin
PJ Arends10-Feb-06 9:59
professionalPJ Arends10-Feb-06 9:59 
GeneralRe: Immediate Display of Edit Box Pin
jon_fallon10-Feb-06 10:04
jon_fallon10-Feb-06 10:04 
QuestionCRecordset ? DoFieldExchange ?? Pin
zinc_z10-Feb-06 8:17
zinc_z10-Feb-06 8:17 
QuestionRe: CRecordset ? DoFieldExchange ?? Pin
David Crow10-Feb-06 9:26
David Crow10-Feb-06 9:26 
AnswerRe: CRecordset ? DoFieldExchange ?? Pin
zinc_z11-Feb-06 15:05
zinc_z11-Feb-06 15:05 
QuestionRe: CRecordset ? DoFieldExchange ?? Pin
David Crow13-Feb-06 8:17
David Crow13-Feb-06 8:17 
AnswerRe: CRecordset ? DoFieldExchange ?? Pin
zinc_z15-Feb-06 3:26
zinc_z15-Feb-06 3:26 
GeneralRe: CRecordset ? DoFieldExchange ?? Pin
David Crow15-Feb-06 3:31
David Crow15-Feb-06 3:31 
GeneralRe: CRecordset ? DoFieldExchange ?? Pin
zinc_z15-Feb-06 22:48
zinc_z15-Feb-06 22:48 
Questionstring problem??? Pin
#hackC++10-Feb-06 7:50
#hackC++10-Feb-06 7:50 
AnswerRe: string problem??? Pin
Maximilien10-Feb-06 8:40
Maximilien10-Feb-06 8:40 
QuestionRe: string problem??? Pin
#hackC++10-Feb-06 8:45
#hackC++10-Feb-06 8:45 
AnswerRe: string problem??? Pin
RobJones10-Feb-06 8:54
RobJones10-Feb-06 8:54 
AnswerRe: string problem??? Pin
Maximilien10-Feb-06 9:12
Maximilien10-Feb-06 9:12 

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.