程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> .NET網頁編程 >> .NET實例教程 >> CButton更新至v1.3.3

CButton更新至v1.3.3

編輯:.NET實例教程

//========================================================================
//TITLE:
//    CButton更新至v1.3.3
//AUTHOR:
//    norains
//DATE:
//    Wednesday  09-January-2008
//Environment:
//    VS2005 + SDK-WINCE5.0-MIPSII  
//    EVC + SDK-WINCE5.0-MIPSII 
//========================================================================

    V1.1.1版本地址及相關用法:http://blog.csdn.Net/norains/archive/2007/05/21/1619805.ASPx
   
   
    相對v1.1.1版本有如下改動:
   
    添加如下函數:
    SetVisible() -- 設置是否可見
    SetImgInfo() -- 設置圖片信息
   
    文字顯示增加如下函數:
    SetTextStrikeOut(BOOL bStrikeOut);
    SetTextUnderline(BOOL bUnderline);
    SetTextItalic(BOOL bItalic);
    SetTextWeight(int iWeight);
    GetTextPosition(RECT * prcOut);
    SetTextPointSize(int iPointSize);
    SetTextFormat(UINT uFormat);
    SetTextColor(COLORREF crColor);
    SetText(const TCHAR *pszText);
    SetTextPosition(const RECT *prc);
   
    修正SetText()函數當形參為NULL會出現異常的bug.




//////////////////////////////////////////////////////////////////////
// Button.h: interface for the CButton class.
//
//Version: 
//    1.3.3
//Data:
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved