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

C / C++ / MFC

 
GeneralRe: How to use large cursor? Pin
includeh1024-Nov-06 9:09
includeh1024-Nov-06 9:09 
GeneralRe: How to use large cursor? Pin
Waldermort24-Nov-06 9:36
Waldermort24-Nov-06 9:36 
QuestionCall ctor in place of function argument Pin
Mr.Brainley24-Nov-06 2:23
Mr.Brainley24-Nov-06 2:23 
AnswerRe: Call ctor in place of function argument Pin
CPallini24-Nov-06 2:41
mveCPallini24-Nov-06 2:41 
Questionresizing problem in a selfmade MDIChildFrame Pin
Franken24-Nov-06 1:48
Franken24-Nov-06 1:48 
Answer[Off Topic] <pre> Pin
toxcct24-Nov-06 2:13
toxcct24-Nov-06 2:13 
AnswerRe: resizing problem in a selfmade MDIChildFrame Pin
Viorel.24-Nov-06 2:26
Viorel.24-Nov-06 2:26 
GeneralRe: resizing problem in a selfmade MDIChildFrame [modified] Pin
Franken25-Nov-06 1:27
Franken25-Nov-06 1:27 
I used the dialog editor to create the controls. The chart control is an ActiveX control and the button is actually a checkbox control, which behaves like a button. In this editor I also assigned the member variables by a right click on the control and let the framework do the job. So the framework also created the DataExchange

void CmyFormView::DoDataExchange(CDataExchange* pDX)
{
	CFormView::DoDataExchange(pDX);
	DDX_Control(pDX, IDC_TCHART_Chart, m_Chart);
	DDX_Control(pDX, IDC_CHECK_Button, m_Button);
}


I created also another child frame in the same way but assigned it to a DocTemplate so that it starts when the programm start. Here I don't have resizing problems. So maybe I did something wrong in my OnAnsichtnewView part when the user creates the child frame. Maybe I have to pass a handle?

Thanks,
Frank.


-- modified at 7:32 Saturday 25th November, 2006
QuestionProblem renaming ADO's EOF [modified] Pin
narayanagvs24-Nov-06 1:29
narayanagvs24-Nov-06 1:29 
QuestionHow to export a CDialog derived class from a DLL Pin
NILANKARAJA24-Nov-06 1:26
NILANKARAJA24-Nov-06 1:26 
AnswerRe: How to export a CDialog derived class from a DLL Pin
Mark Salsbery24-Nov-06 6:14
Mark Salsbery24-Nov-06 6:14 
QuestionKeyBoard HOOK Pin
priyank_ldce24-Nov-06 1:03
priyank_ldce24-Nov-06 1:03 
AnswerRe: KeyBoard HOOK Pin
CPallini24-Nov-06 1:33
mveCPallini24-Nov-06 1:33 
AnswerRe: KeyBoard HOOK Pin
Rajesh R Subramanian24-Nov-06 2:09
professionalRajesh R Subramanian24-Nov-06 2:09 
QuestionEnumDisplaySettings API [modified] Pin
Bala Indian24-Nov-06 0:36
Bala Indian24-Nov-06 0:36 
AnswerRe: EnumDisplaySettings API Pin
Rajesh R Subramanian24-Nov-06 2:16
professionalRajesh R Subramanian24-Nov-06 2:16 
AnswerRe: EnumDisplaySettings API Pin
Bala Indian26-Nov-06 18:59
Bala Indian26-Nov-06 18:59 
QuestionBuild Count Pin
Waldermort24-Nov-06 0:13
Waldermort24-Nov-06 0:13 
QuestionTransfering an exe file . How ? Pin
Sakthiu23-Nov-06 23:57
Sakthiu23-Nov-06 23:57 
AnswerRe: Transfering an exe file . How ? Pin
Galatei24-Nov-06 1:43
Galatei24-Nov-06 1:43 
AnswerRe: Transfering an exe file . How ? Pin
Mark Salsbery24-Nov-06 6:19
Mark Salsbery24-Nov-06 6:19 
Questionhow can we retrieve selection state of listcontrol Pin
johnalek23-Nov-06 23:50
johnalek23-Nov-06 23:50 
AnswerRe: how can we retrieve selection state of listcontrol Pin
Mila02523-Nov-06 23:58
Mila02523-Nov-06 23:58 
AnswerRe: how can we retrieve selection state of listcontrol Pin
Galatei24-Nov-06 1:52
Galatei24-Nov-06 1:52 
Questionkeyboard focus Pin
priyank_ldce23-Nov-06 22:36
priyank_ldce23-Nov-06 22:36 

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.