Click here to Skip to main content
15,904,934 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why the prototype of SHBrowseForFolder are differents in MSDN6.0 and in windows SDK v6.1 documents? Pin
fantasy121515-Jul-08 20:21
fantasy121515-Jul-08 20:21 
AnswerRe: Why the prototype of SHBrowseForFolder are differents in MSDN6.0 and in windows SDK v6.1 documents? Pin
Mark Salsbery16-Jul-08 6:59
Mark Salsbery16-Jul-08 6:59 
QuestionTitle bar icon disappears after restoring from system tray Pin
Jayapal Chandran15-Jul-08 13:40
Jayapal Chandran15-Jul-08 13:40 
QuestionPointer to member function Pin
AndreFratelli15-Jul-08 11:51
AndreFratelli15-Jul-08 11:51 
AnswerRe: Pointer to member function Pin
Stephen Hewitt15-Jul-08 15:05
Stephen Hewitt15-Jul-08 15:05 
Questiontrying to draw a line graph Pin
aei_totten15-Jul-08 6:04
aei_totten15-Jul-08 6:04 
AnswerRe: trying to draw a line graph Pin
Saurabh.Garg15-Jul-08 6:46
Saurabh.Garg15-Jul-08 6:46 
AnswerRe: trying to draw a line graph Pin
Cedric Moonen15-Jul-08 7:28
Cedric Moonen15-Jul-08 7:28 
As an alternative from the other reply: I also made a chart control (see my sig) and I think it can fulfill your needs. Some remarks though: if you plan to do that from a worker thread, a better approach would be to send a user-defined message to the dialog on which you have the graph instead of accessing the graph directly from your thread: MFC objects can't be shared across threads.
Once you receive the message, you extract the point value out of it and plot it on the chart.

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

GeneralRe: trying to draw a line graph Pin
aei_totten15-Jul-08 8:13
aei_totten15-Jul-08 8:13 
AnswerRe: trying to draw a line graph Pin
led mike15-Jul-08 11:08
led mike15-Jul-08 11:08 
GeneralRe: trying to draw a line graph Pin
Cedric Moonen15-Jul-08 20:16
Cedric Moonen15-Jul-08 20:16 
GeneralRe: trying to draw a line graph Pin
Mark Salsbery16-Jul-08 7:04
Mark Salsbery16-Jul-08 7:04 
GeneralRe: trying to draw a line graph Pin
Cedric Moonen16-Jul-08 7:55
Cedric Moonen16-Jul-08 7:55 
GeneralRe: trying to draw a line graph Pin
Mark Salsbery16-Jul-08 12:21
Mark Salsbery16-Jul-08 12:21 
QuestionIs it possible to process ICMP by Multicast? Pin
CresShadow15-Jul-08 4:52
CresShadow15-Jul-08 4:52 
GeneralRe: Is it possible to process ICMP by Multicast? Pin
Matthew Faithfull15-Jul-08 5:26
Matthew Faithfull15-Jul-08 5:26 
QuestionDebug and Release Mode Pin
Anandi.VC15-Jul-08 3:14
Anandi.VC15-Jul-08 3:14 
AnswerRe: Debug and Release Mode Pin
CPallini15-Jul-08 3:17
mveCPallini15-Jul-08 3:17 
GeneralRe: Debug and Release Mode Pin
led mike15-Jul-08 4:16
led mike15-Jul-08 4:16 
GeneralRe: Debug and Release Mode Pin
CPallini15-Jul-08 7:45
mveCPallini15-Jul-08 7:45 
GeneralRe: Debug and Release Mode Pin
Anandi.VC15-Jul-08 20:35
Anandi.VC15-Jul-08 20:35 
GeneralYou're welcolme. Pin
CPallini15-Jul-08 20:56
mveCPallini15-Jul-08 20:56 
QuestionIs there any API to get connected to DHCP. Pin
an8915-Jul-08 0:57
an8915-Jul-08 0:57 
AnswerRe: Is there any API to get connected to DHCP. Pin
ThatsAlok15-Jul-08 3:18
ThatsAlok15-Jul-08 3:18 
AnswerRe: Is there any API to get connected to DHCP. Pin
Mark Salsbery15-Jul-08 6:05
Mark Salsbery15-Jul-08 6:05 

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.