mfc中怎么设置网页

mfc中如何设置网页
C/C++ code

#define     MAINWEB         "http://192.168.1.26/www"

CMainFrame *m_pHtmlFrame;
m_pHtmlFrame = new CMainFrame; //构建网络的框架
flag = m_pHtmlFrame->Create(NULL,NULL,WS_POPUP,CRect(100,250,400+462,470+250),this);//只是创建,位置无效的,位置设置在OnMove中
m_pHtmlFrame->setHtml((CString)MAINWEB);


现在框架太小而网页太大,我想网页缩小点,而且怎么让网页的指定位置放在框架中,求指教!

------解决方案--------------------
这个都是网页已经设定框架大小设置好的。直接嵌入刚好合适!给分哦