Click here to Skip to main content
15,908,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to reterive the values from first dialog box to the second dialog box Pin
febinelizabeth4-Mar-09 18:51
febinelizabeth4-Mar-09 18:51 
AnswerRe: How to reterive the values from first dialog box to the second dialog box Pin
Eytukan4-Mar-09 19:23
Eytukan4-Mar-09 19:23 
QuestionConcatente two rtf string Pin
amit.code4-Mar-09 18:47
amit.code4-Mar-09 18:47 
QuestionTo draw a graph from the data stored in notepad in MFC Pin
febinelizabeth4-Mar-09 18:43
febinelizabeth4-Mar-09 18:43 
AnswerRe: To draw a graph from the data stored in notepad in MFC Pin
Cedric Moonen4-Mar-09 20:24
Cedric Moonen4-Mar-09 20:24 
GeneralRe: To draw a graph from the data stored in notepad in MFC Pin
Febin Elizabeth12-Mar-09 23:04
Febin Elizabeth12-Mar-09 23:04 
GeneralRe: To draw a graph from the data stored in notepad in MFC Pin
Cedric Moonen12-Mar-09 23:17
Cedric Moonen12-Mar-09 23:17 
GeneralRe: To draw a graph from the data stored in notepad in MFC Pin
Febin Elizabeth15-Mar-09 23:20
Febin Elizabeth15-Mar-09 23:20 
I have tried with the charting control.
"Add a custom control to your dialog resource, open the Properties of the control, and specify ChartCtrl for the Class attribute. To avoid flickering on the scrollbars, you have to set the WS_CLIPCHILDREN style (0x02000000L), as shown on the image."

I don't know how toadd the custom control. I am working in VC++ 6.0, I have clicked on the insert->dialog->custom but i am not able to get any such kind of the window.As I am working in MFC ,I don't know where should I include these coding

"CChartLineSerie* pLineSerie = dynamic_cast<CChartLineSerie*>
(m_ChartCtrl.AddSerie(CChartSerie::stLineSerie));
CChartPointsSeries* pPointSerie = dynamic_cast<CChartPointsSerie*>

(m_ChartCtrl.AddSerie(CChartSerie::stPointsSerie));
" ....Please help me..
Thanks a heap.....
GeneralRe: To draw a graph from the data stored in notepad in MFC Pin
Cedric Moonen15-Mar-09 23:25
Cedric Moonen15-Mar-09 23:25 
QuestionRun swf file Pin
pooja_friends4-Mar-09 18:32
pooja_friends4-Mar-09 18:32 
AnswerRe: Run swf file Pin
Eytukan4-Mar-09 20:21
Eytukan4-Mar-09 20:21 
GeneralRe: Run swf file Pin
Hamid_RT4-Mar-09 20:55
Hamid_RT4-Mar-09 20:55 
GeneralRe: Run swf file Pin
Eytukan4-Mar-09 21:03
Eytukan4-Mar-09 21:03 
AnswerRe: Run swf file Pin
Nishad S4-Mar-09 21:28
Nishad S4-Mar-09 21:28 
GeneralRe: Run swf file Pin
pooja_friends4-Mar-09 22:04
pooja_friends4-Mar-09 22:04 
GeneralRe: Run swf file Pin
Nishad S4-Mar-09 22:31
Nishad S4-Mar-09 22:31 
GeneralRe: Run swf file Pin
pooja_friends4-Mar-09 22:47
pooja_friends4-Mar-09 22:47 
GeneralRe: Run swf file Pin
Nishad S4-Mar-09 22:51
Nishad S4-Mar-09 22:51 
GeneralRe: Run swf file Pin
pooja_friends4-Mar-09 23:03
pooja_friends4-Mar-09 23:03 
GeneralRe: Run swf file Pin
Nishad S4-Mar-09 23:07
Nishad S4-Mar-09 23:07 
Questionwho handles ID_FILE_CLOSE Pin
_T("No name")4-Mar-09 18:25
_T("No name")4-Mar-09 18:25 
AnswerRe: who handles ID_FILE_CLOSE Pin
Eytukan4-Mar-09 20:51
Eytukan4-Mar-09 20:51 
GeneralRe: who handles ID_FILE_CLOSE Pin
_T("No name")4-Mar-09 20:53
_T("No name")4-Mar-09 20:53 
Questionurgent:::: (linking of resource dll to MFC dialog based application) Pin
Purish Dwivedi4-Mar-09 17:52
Purish Dwivedi4-Mar-09 17:52 
AnswerRe: urgent:::: (linking of resource dll to MFC dialog based application) Pin
Eytukan4-Mar-09 19:14
Eytukan4-Mar-09 19:14 

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.