Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 2 CDialog questions Pin
Joan M25-Feb-03 3:04
professionalJoan M25-Feb-03 3:04 
GeneralNew problem Pin
raner25-Feb-03 2:46
raner25-Feb-03 2:46 
GeneralRe: New problem Pin
Joan M25-Feb-03 3:06
professionalJoan M25-Feb-03 3:06 
GeneralRe: New problem Pin
raner25-Feb-03 3:53
raner25-Feb-03 3:53 
GeneralRe: New problem Pin
Joan M25-Feb-03 4:33
professionalJoan M25-Feb-03 4:33 
GeneralRe: New problem Pin
raner25-Feb-03 5:28
raner25-Feb-03 5:28 
GeneralRe: New problem Pin
Joan M25-Feb-03 6:23
professionalJoan M25-Feb-03 6:23 
GeneralRe: New problem Pin
raner27-Feb-03 5:42
raner27-Feb-03 5:42 
thks for your reply.

as u suggested, i try debugging and found out that OnPaint() was called and entered.Below, is relevant code snippet in OnPaint().It was found though, that "plotGraph.Plot(pDC,link)" was not executed.plotGraph is a CObject-derived class and Plot(CDC *pDC,int link) is the function definition...link var is just for my own program purpose.


CWnd* graphFrame = (CWnd*)GetDlgItem(IDC_GRAPH_FRAME);
CDC* pDC = graphFrame->GetDC();
plotGraph.Plot(pDC,link);


The odd thing is this had worked fine while i was using modal dialog boxes.

any idea what is or might be wrong?

a big thank you.
GeneralRe: New problem Pin
Joan M27-Feb-03 7:02
professionalJoan M27-Feb-03 7:02 
GeneralRe: New problem Pin
raner27-Feb-03 17:06
raner27-Feb-03 17:06 
GeneralRe: New problem Pin
Joan M27-Feb-03 20:00
professionalJoan M27-Feb-03 20:00 
GeneralRe: 2 CDialog questions Pin
xxhimanshu25-Feb-03 0:37
xxhimanshu25-Feb-03 0:37 
GeneralCListView Pin
ROK_RShadow25-Feb-03 0:15
ROK_RShadow25-Feb-03 0:15 
GeneralRe: CListView Pin
João Paulo Figueira25-Feb-03 0:37
professionalJoão Paulo Figueira25-Feb-03 0:37 
GeneralCalculating duration of internet connections Pin
Captain Kirk24-Feb-03 23:47
Captain Kirk24-Feb-03 23:47 
GeneralOverlapped IO with WriteFile Pin
zecodela24-Feb-03 23:28
zecodela24-Feb-03 23:28 
GeneralCHtmlView Problems!!! Pin
arunbooboo24-Feb-03 23:15
arunbooboo24-Feb-03 23:15 
GeneralRe: CHtmlView Problems!!! Pin
Big Art25-Feb-03 6:16
Big Art25-Feb-03 6:16 
GeneralRe: CHtmlView Problems!!! Pin
arunbooboo25-Feb-03 17:16
arunbooboo25-Feb-03 17:16 
GeneralRe: CHtmlView Problems!!! Pin
Big Art26-Feb-03 13:42
Big Art26-Feb-03 13:42 
GeneralRe: CHtmlView Problems!!! Pin
arunbooboo26-Feb-03 16:04
arunbooboo26-Feb-03 16:04 
GeneralRe: CHtmlView Problems!!! Pin
Big Art1-Mar-03 5:23
Big Art1-Mar-03 5:23 
Generalhelp!!!!! about image show Pin
chrisluan24-Feb-03 22:27
chrisluan24-Feb-03 22:27 
GeneralRe: help!!!!! about image show Pin
Christian Graus24-Feb-03 23:05
protectorChristian Graus24-Feb-03 23:05 
Generaltoolbar images Pin
Dudi Avramov24-Feb-03 22:03
Dudi Avramov24-Feb-03 22:03 

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.