Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionReusing C++ code for use with .NET (WPF) Pin
Arivanna16-Oct-10 10:08
Arivanna16-Oct-10 10:08 
AnswerRe: Reusing C++ code for use with .NET (WPF) Pin
Paul Michalik17-Oct-10 0:09
Paul Michalik17-Oct-10 0:09 
GeneralRe: Reusing C++ code for use with .NET (WPF) Pin
Arivanna17-Oct-10 9:12
Arivanna17-Oct-10 9:12 
GeneralRe: Reusing C++ code for use with .NET (WPF) Pin
Paul Michalik18-Oct-10 7:28
Paul Michalik18-Oct-10 7:28 
GeneralRe: Reusing C++ code for use with .NET (WPF) Pin
Iain Clarke, Warrior Programmer17-Oct-10 10:06
Iain Clarke, Warrior Programmer17-Oct-10 10:06 
QuestionStrange Windows Timer Behavior Pin
softwaremonkey16-Oct-10 5:47
softwaremonkey16-Oct-10 5:47 
AnswerRe: Strange Windows Timer Behavior Pin
Cedric Moonen16-Oct-10 6:05
Cedric Moonen16-Oct-10 6:05 
GeneralRe: Strange Windows Timer Behavior Pin
softwaremonkey16-Oct-10 6:52
softwaremonkey16-Oct-10 6:52 
Hi Cedric.

Thanks for your reply. I have found the problem. I had a static variable in the OnTimer() to count the ticks. Of course being static, it is updated by all instances of the class. I have changed this to a class member and all is well.

I am so embarrassed! D'Oh! | :doh:
GeneralRe: Strange Windows Timer Behavior Pin
SAMZC16-Oct-10 23:55
SAMZC16-Oct-10 23:55 
QuestionQuestion on how to traverse this array Pin
Keith Vitali16-Oct-10 5:08
Keith Vitali16-Oct-10 5:08 
AnswerRe: Question on how to traverse this array Pin
Graham Shanks16-Oct-10 7:57
Graham Shanks16-Oct-10 7:57 
GeneralRe: Question on how to traverse this array Pin
Keith Vitali16-Oct-10 8:57
Keith Vitali16-Oct-10 8:57 
GeneralRe: Question on how to traverse this array Pin
Keith Vitali16-Oct-10 10:39
Keith Vitali16-Oct-10 10:39 
GeneralRe: Question on how to traverse this array Pin
Graham Shanks16-Oct-10 10:43
Graham Shanks16-Oct-10 10:43 
GeneralRe: Question on how to traverse this array Pin
Keith Vitali16-Oct-10 11:29
Keith Vitali16-Oct-10 11:29 
AnswerRe: Question on how to traverse this array Pin
Aescleal16-Oct-10 22:31
Aescleal16-Oct-10 22:31 
Questionhow can I learn?? Pin
AmbiguousName16-Oct-10 1:32
AmbiguousName16-Oct-10 1:32 
AnswerRe: how can I learn?? Pin
Niklas L16-Oct-10 3:01
Niklas L16-Oct-10 3:01 
GeneralRe: how can I learn?? Pin
AmbiguousName16-Oct-10 10:37
AmbiguousName16-Oct-10 10:37 
QuestionRe: how can I learn?? Pin
David Crow16-Oct-10 4:37
David Crow16-Oct-10 4:37 
AnswerRe: how can I learn?? Pin
AmbiguousName16-Oct-10 8:26
AmbiguousName16-Oct-10 8:26 
AnswerRe: how can I learn?? Pin
Maximilien16-Oct-10 8:35
Maximilien16-Oct-10 8:35 
AnswerRe: how can I learn?? Pin
Aescleal16-Oct-10 22:21
Aescleal16-Oct-10 22:21 
QuestionCEdit::GetLine return blank value when LineLength is 1. Pin
Le@rner15-Oct-10 23:51
Le@rner15-Oct-10 23:51 
AnswerRe: CEdit::GetLine return blank value when LineLength is 1. Pin
Richard MacCutchan16-Oct-10 0:56
mveRichard MacCutchan16-Oct-10 0:56 

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.