| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 382 人关注过本帖
标题:求解读代码者
取消只看楼主 加入收藏
tianbian210
Rank: 1
等 级:新手上路
帖 子:46
专家分:1
注 册:2008-12-25
结帖率:87.5%
收藏
 问题点数:0 回复次数:0 
求解读代码者
程序代码:
{CRect rect;

      CSize winSize;

      int  cx, cy = 0;

      CControlBar*  pBar;

      pBar = GetControlBar(AFX_IDW_STATUS_BAR);


 

       if((pBar ! =NULL) && (pBar -> IsWindowVisible())){

              pBar ->GetWindowRect (rect);

              winSize = rect. Size ();

              cy+=(winSize. cy);}

        pBar=GetControlBar(AFX_IDW_ TOOLBAR);

        if((pBar!=NULL)&&(pBar ->IsWindowVisible())){

            pBar -> GetWindowRect(rect);

            winSize = rect.Size ();

            cy+=(winSize. Cy*2);}

        cx = 384+(384-m_clientSize. cx);

        cy += (192+(192-m_clientSize. cy));

        GetWindowRect(rect);

    SetWindowPos(this,rect. left,rect.top, cx, cy, SWP_ NOZORDER);}

OnViewStatusBar(){

    CFrameWnd::OnBarCheck(ID_VIEW_STATUS_BAR);

              SetClientSize();}

CDC* pDC=GetDC();

        LOGFONT  m _lFont;

        COLORREF  m_cTextColor;

        CFont  myFont;

        CFont* pOldFont;

        CFontDialog  FontDlg;

        FontDlg. m_cf. lpLogFont=&m_lFont;

        FontDlg.m_cf.rgbColors=m_cTextColor;

        FontDlg. m_cf. Flags!=CF_INITTOLOGFONTSTRUCT;


 

if ( FontDlg. DoModal() = =IDOK)

{

FontDlg.GetCurrentFont(&m_1Font);

m_cTextColor  = FontDlg.GetColor();


 }
搜索更多相关主题的帖子: 代码 求解 
2010-04-13 23:04
快速回复:求解读代码者
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.021912 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved