Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: load jpg file in C++ Pin
cedance8-Mar-07 19:47
cedance8-Mar-07 19:47 
GeneralRe: load jpg file in C++ Pin
Paresh Chitte8-Mar-07 18:34
Paresh Chitte8-Mar-07 18:34 
GeneralRe: load jpg file in C++ Pin
cedance8-Mar-07 19:49
cedance8-Mar-07 19:49 
GeneralRe: load jpg file in C++ Pin
Paresh Chitte8-Mar-07 20:05
Paresh Chitte8-Mar-07 20:05 
AnswerRe: load jpg file in C++ Pin
Paresh Chitte8-Mar-07 21:07
Paresh Chitte8-Mar-07 21:07 
QuestionStrange private boolean member behaviour inside a public function (long question) Pin
Joan M8-Mar-07 10:37
professionalJoan M8-Mar-07 10:37 
QuestionRe: Strange private boolean member behaviour inside a public function (long question) Pin
Mark Salsbery8-Mar-07 12:14
Mark Salsbery8-Mar-07 12:14 
AnswerRe: Strange private boolean member behaviour inside a public function (long question) Pin
Joan M8-Mar-07 20:06
professionalJoan M8-Mar-07 20:06 
Of course you are right, that variable is initialized to "true".

But then, in all the application I'm using the value of that variable to fill up the MSChart values, and depending on that value the data come from different sources.

Again, each time I click on the MSChart object I can see how the data changes (the values that fill the MSChart change as they came from different places). That data is filled from an external OnTimer event that checks the value of the boolean variable m_bGraficaTempsReal. Then, if the data insertion changes correctly, and it depends on that boolean value, I do not understand how do the string is not changing.

So the bool variable is initialized, but then the user can click several times to the MSChart object in order to change the values it represent. I'd love to be able to change the labels on each bar of the graph in order to show a change.

Thank you for your feedback.
GeneralRe: Strange private boolean member behaviour inside a public function (long question) Pin
Mark Salsbery9-Mar-07 6:47
Mark Salsbery9-Mar-07 6:47 
GeneralRe: Strange private boolean member behaviour inside a public function (long question) Pin
Joan M9-Mar-07 7:00
professionalJoan M9-Mar-07 7:00 
Questionfread switching endianness on unformatted binary file Pin
regzim8-Mar-07 9:42
regzim8-Mar-07 9:42 
QuestionRe: fread switching endianness on unformatted binary file Pin
David Crow8-Mar-07 9:52
David Crow8-Mar-07 9:52 
AnswerRe: fread switching endianness on unformatted binary file Pin
Chris Losinger8-Mar-07 11:10
professionalChris Losinger8-Mar-07 11:10 
GeneralRe: fread switching endianness on unformatted binary file Pin
regzim8-Mar-07 19:01
regzim8-Mar-07 19:01 
GeneralRe: fread switching endianness on unformatted binary file Pin
cp98768-Mar-07 19:27
cp98768-Mar-07 19:27 
GeneralRe: fread switching endianness on unformatted binary file Pin
Chris Losinger9-Mar-07 1:14
professionalChris Losinger9-Mar-07 1:14 
GeneralRe: fread switching endianness on unformatted binary file Pin
regzim9-Mar-07 8:16
regzim9-Mar-07 8:16 
GeneralRe: fread switching endianness on unformatted binary file Pin
Chris Losinger9-Mar-07 8:29
professionalChris Losinger9-Mar-07 8:29 
GeneralRe: fread switching endianness on unformatted binary file Pin
regzim9-Mar-07 9:21
regzim9-Mar-07 9:21 
GeneralRe: fread switching endianness on unformatted binary file Pin
regzim9-Mar-07 9:24
regzim9-Mar-07 9:24 
GeneralRe: fread switching endianness on unformatted binary file Pin
Chris Losinger9-Mar-07 9:33
professionalChris Losinger9-Mar-07 9:33 
QuestionComparing Values Pin
Herboren8-Mar-07 8:00
Herboren8-Mar-07 8:00 
AnswerRe: Comparing Values Pin
Maximilien8-Mar-07 8:03
Maximilien8-Mar-07 8:03 
QuestionRe: Comparing Values Pin
David Crow8-Mar-07 9:43
David Crow8-Mar-07 9:43 
AnswerRe: Comparing Values Pin
Herboren8-Mar-07 10:38
Herboren8-Mar-07 10:38 

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.