Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: strange error GDI+ Pin
ThatsAlok6-Jul-06 19:25
ThatsAlok6-Jul-06 19:25 
GeneralRe: strange error GDI+ Pin
Hamid_RT6-Jul-06 22:31
Hamid_RT6-Jul-06 22:31 
GeneralRe: strange error GDI+ Pin
ThatsAlok6-Jul-06 22:43
ThatsAlok6-Jul-06 22:43 
GeneralRe: strange error GDI+ Pin
ThatsAlok6-Jul-06 19:34
ThatsAlok6-Jul-06 19:34 
QuestionRe: strange error GDI+ Pin
David Crow6-Jul-06 3:28
David Crow6-Jul-06 3:28 
AnswerRe: strange error GDI+ Pin
NoName II6-Jul-06 3:37
NoName II6-Jul-06 3:37 
QuestionMFC Printing Pin
rahul20June766-Jul-06 1:01
rahul20June766-Jul-06 1:01 
QuestionAssertion error in DoModal() Pin
Anu_Bala6-Jul-06 0:48
Anu_Bala6-Jul-06 0:48 
void CConnect::OnGroupTrend()
{
CConfigurator oConfig("Configurator");
CGraphviewConfig oGrphconf;
CGrpTrnConf oGrpConfig;
oConfig.AddPage(&oGrphconf);
oConfig.AddPage(&oGrpConfig);
oConfig.DoModal();

}
This is my PropertySheet function.The two dialogs are derived from PropertyPage.(i.e) i replaced CDialog in the code in to CPropertyPage.
Configurator class is derived from CPropertySheet.
Assertion error occurs in DoModal() line.I dont why yhe error occurs.
AnswerRe: Assertion error in DoModal() Pin
KarstenK6-Jul-06 1:06
mveKarstenK6-Jul-06 1:06 
QuestionRe: Assertion error in DoModal() Pin
David Crow6-Jul-06 3:29
David Crow6-Jul-06 3:29 
Questionstoring strings Pin
Desmo166-Jul-06 0:29
Desmo166-Jul-06 0:29 
AnswerRe: storing strings Pin
Justin Tay6-Jul-06 1:07
Justin Tay6-Jul-06 1:07 
AnswerRe: storing strings Pin
Sarath C6-Jul-06 1:08
Sarath C6-Jul-06 1:08 
AnswerRe: storing strings Pin
KarstenK6-Jul-06 1:10
mveKarstenK6-Jul-06 1:10 
AnswerRe: storing strings Pin
Stephen Hewitt6-Jul-06 1:37
Stephen Hewitt6-Jul-06 1:37 
AnswerRe: storing strings Pin
ThatsAlok6-Jul-06 19:33
ThatsAlok6-Jul-06 19:33 
GeneralRe: storing strings Pin
Stephen Hewitt7-Jul-06 0:13
Stephen Hewitt7-Jul-06 0:13 
GeneralRe: storing strings Pin
ThatsAlok7-Jul-06 0:30
ThatsAlok7-Jul-06 0:30 
GeneralRe: storing strings Pin
Stephen Hewitt7-Jul-06 3:37
Stephen Hewitt7-Jul-06 3:37 
Questiontwo views on single print preview in mfc Pin
RVShetty6-Jul-06 0:16
RVShetty6-Jul-06 0:16 
QuestionRemote Desktop Pin
Sarath C6-Jul-06 0:03
Sarath C6-Jul-06 0:03 
NewsRe: Remote Desktop Pin
KarstenK6-Jul-06 1:02
mveKarstenK6-Jul-06 1:02 
GeneralRe: Remote Desktop Pin
Sarath C6-Jul-06 1:04
Sarath C6-Jul-06 1:04 
QuestionSending keys Pin
Smith#6-Jul-06 0:02
Smith#6-Jul-06 0:02 
AnswerRe: Sending keys Pin
Justin Tay6-Jul-06 0:05
Justin Tay6-Jul-06 0: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.