Click here to Skip to main content
15,886,547 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCppUnit creating only one instance of a TestFixture type for a suite Pin
cydd8-Feb-11 19:21
cydd8-Feb-11 19:21 
AnswerRe: CppUnit creating only one instance of a TestFixture type for a suite Pin
Cool_Dev8-Feb-11 20:05
Cool_Dev8-Feb-11 20:05 
GeneralRe: CppUnit creating only one instance of a TestFixture type for a suite Pin
cydd8-Feb-11 22:19
cydd8-Feb-11 22:19 
AnswerRe: CppUnit creating only one instance of a TestFixture type for a suite Pin
Niklas L8-Feb-11 23:17
Niklas L8-Feb-11 23:17 
GeneralRe: CppUnit creating only one instance of a TestFixture type for a suite Pin
cydd8-Feb-11 23:27
cydd8-Feb-11 23:27 
GeneralRe: CppUnit creating only one instance of a TestFixture type for a suite Pin
Niklas L9-Feb-11 1:35
Niklas L9-Feb-11 1:35 
Questionproblem in line plotting IN VC++ Pin
dalvihrishi8-Feb-11 19:14
dalvihrishi8-Feb-11 19:14 
AnswerRe: problem in line plotting IN VC++ Pin
Cedric Moonen8-Feb-11 20:07
Cedric Moonen8-Feb-11 20:07 
You really shouldn't put your drawing code in the mouse event. What you have to do instead is store the new lines coordinate when the button is clicked and refresh your control. This will call the OnPaint method in which you erase the background and draw all the lines that you stored.
If you want to use an existing charting control, you can also look at my sig: there's a link to such a control that I developed.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

GeneralRe: problem in line plotting IN VC++ Pin
dalvihrishi9-Feb-11 18:07
dalvihrishi9-Feb-11 18:07 
GeneralRe: problem in line plotting IN VC++ Pin
Cedric Moonen9-Feb-11 20:12
Cedric Moonen9-Feb-11 20:12 
QuestionList control in MFC Pin
Nikesh Jagtap8-Feb-11 17:24
Nikesh Jagtap8-Feb-11 17:24 
AnswerRe: List control in MFC Pin
Hans Dietrich8-Feb-11 18:29
mentorHans Dietrich8-Feb-11 18:29 
AnswerRe: List control in MFC Pin
_AnsHUMAN_ 8-Feb-11 18:34
_AnsHUMAN_ 8-Feb-11 18:34 
QuestionLogical Processors Vs Physical Processors Pin
Ahmed Charfeddine8-Feb-11 10:28
Ahmed Charfeddine8-Feb-11 10:28 
AnswerRe: Logical Processors Vs Physical Processors [modified] Pin
Luc Pattyn8-Feb-11 11:04
sitebuilderLuc Pattyn8-Feb-11 11:04 
GeneralRe: Logical Processors Vs Physical Processors Pin
Ahmed Charfeddine8-Feb-11 23:00
Ahmed Charfeddine8-Feb-11 23:00 
AnswerRe: Logical Processors Vs Physical Processors Pin
Luc Pattyn8-Feb-11 23:14
sitebuilderLuc Pattyn8-Feb-11 23:14 
GeneralRe: Logical Processors Vs Physical Processors Pin
Ahmed Charfeddine8-Feb-11 23:27
Ahmed Charfeddine8-Feb-11 23:27 
QuestionSynchronization Pin
Andry_st8-Feb-11 10:17
Andry_st8-Feb-11 10:17 
AnswerRe: Synchronization Pin
Ahmed Charfeddine8-Feb-11 10:29
Ahmed Charfeddine8-Feb-11 10:29 
AnswerRe: Synchronization Pin
Maximilien8-Feb-11 10:30
Maximilien8-Feb-11 10:30 
GeneralRe: Synchronization Pin
Andry_st9-Feb-11 0:39
Andry_st9-Feb-11 0:39 
QuestionShell's context menu items are all gray [modified] Pin
David Crow8-Feb-11 4:33
David Crow8-Feb-11 4:33 
QuestionRe: Shell's context menu items are all gray Pin
Maximilien8-Feb-11 5:06
Maximilien8-Feb-11 5:06 
AnswerRe: Shell's context menu items are all gray Pin
David Crow8-Feb-11 5:11
David Crow8-Feb-11 5:11 

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.