By giving AFX_IDW_PANE_FIRST as an id while creating an edit window.
For example:
edit.Create ( WS_CHILD | WS_VISIBLE | ES_MULTILINE, rectDefault, this,
AFX_IDW_PANE_FIRST ) ;
where edit is an object of CEdit class.
By giving AFX_IDW_PANE_FIRST as an id while creating an edit window.
For example:
edit.Create ( WS_CHILD | WS_VISIBLE | ES_MULTILINE, rectDefault, this,
AFX_IDW_PANE_FIRST ) ;
where edit is an object of CEdit class.
Powered by Yahoo! Answers