Sir,
i created one application based on Cextpagecontainer,in this after crearting the container page will always displaying half of the window size only,it is not expanding full page , that means __EPCWS_SINGLE_EXPANDED|__EPCWS_SINGLE_FULL_SIZE these two styles not happening, whenever i am excuting the application only half of the page only creating for that page container window.
my code part is.....
if( !(
m_wndResizableBarV.Create(
NULL,
this,
ID_VIEW_RESIZABLE_BAR_V,
WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS | CBRS_LEFT | CBRS_GRIPPER | CBRS_FLYBY | CBRS_SIZE_DYNAMIC| CBRS_HIDE_INPLACE
)
&&m_wndPageContainerV.Create(&m_wndResizableBarV,(UINT)IDC_STATIC, CRect(0,0,400,500))
&& m_wndSLV0.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING|__ESLW_BIG_ICON_VIEW )
&& m_wndSLV1.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )
&& m_wndSLV2.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )
&& m_wndSLV3.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )
&& m_wndSLV4.Create( &m_wndPageContainerV, CRect(0,0,500,600), (UINT)IDC_STATIC, WS_CHILD|WS_VISIBLE, __ESLW_SMOOTH_SCROLL|__ESLW_ITEM_EXPANDING )
what ever changes i am doing on that CRect it is not taking , always some defult value only it is taking...please reply me soon it is very urgent case,