CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - CBitmap

搜索资源列表

  1. CBitmap对象操作

    0下载:
  2. 这是关于CBitmap的类操作,包括BMP位图的打开、保存、图像处理等各项操作,是位图编程的基础-CBitmap This is the type of operation, including BMP bitmap open, preservation, image processing and other operations, bitmap based programming
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:140627
    • 提供者:邵文坤
  1. CISBitmap通过指定一种颜色把一幅位图变透明

    0下载:
  2. 通过指定一种颜色把一幅位图变透明,这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-through a designated colors of a bitmap transparent change, this Cbitmap derived from the bitmap type so you can designate an colors of a bitmap transparent change, while its
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1762
    • 提供者:张军毅
  1. transparentdib

    0下载:
  2. 本程序实现了画出一个透明位图的功能。它把透明技术包含进了CBitmap类。而且它可以显示和画几种格式,包括PNG和GIF。-this program achieved paint a transparent bitmap functions. Put it transparent technology for inclusion in the category CBitmap. It can display and painting several formats, including GIF
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1364109
    • 提供者:kyo
  1. BeautifulFace

    0下载:
  2. 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:148507
    • 提供者:黄景天
  1. notview

    0下载:
  2. 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. 位图类

    0下载:
  2. 这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-Cbitmap derived from the bitmap type so you can designate an colors of a bitmap transparent change, and its use with Cbitamp almost as simple.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1657
    • 提供者:张雨
  1. newasp200611413439593

    0下载:
  2. int PosFromChar(UINT nChar) // 通过指定的字符获得其x轴的位置 int CharFromPos(int nPosX) // 通过给定的x轴的位置获得相应的字符 void CutString() // 剪切字符串 void PasteString() // 粘贴字符串 void CopyString() // 拷贝字符串 void MakeBKGround(CDC *pDC, COLORREF c
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:37930
    • 提供者:yang
  1. CBitmap.rar

    0下载:
  2. 自己整理的一个关于CBitmap位图操作大集合,CBitmap bitmap operations Collection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3279
    • 提供者:茄茄
  1. IE

    0下载:
  2. 自己做的:从CButton派生,用法和CBitmapButton几乎一样,用AutoLoad调用一 下就行了。唯一的不同在于四个位图的后缀为N,U,D和X,分别代表normal, pop-up,push-down和disabled。 -Themselves to do: CButton derived from and the route and CBitmapButton almost identical, with call Autoload click on the list. T
  3. 所属分类:Button control

    • 发布日期:2017-03-30
    • 文件大小:3823
    • 提供者:dsxu8
  1. DirectoryList

    0下载:
  2. class CMyTreeCtrl : public CTreeCtrl { // Construction public: CMyTreeCtrl() // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMyTreeCtrl)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:105842
    • 提供者:zhoujay
  1. chat

    0下载:
  2. class CMyTreeCtrl : public CTreeCtrl { // Construction public: CMyTreeCtrl() // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMyTreeCtrl)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:57392
    • 提供者:zhoujay
  1. xtaspimage(2)

    0下载:
  2. 在Windows中有各种图形用户界面GUI[Graphics User Interface]对象,当我们在进行绘图时就需要利用这些对象。而各种对象都拥有各种属性,下面首先介绍几种GUI对象和拥有的属性: 字体对象CFont 刷子CBrush对象画笔CPen 位图CBitmap对象 CPalette调色板 -In Windows, have a variety of graphical user interface GUI [Graphics User Interface] objects, wh
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:883231
    • 提供者:wulang
  1. CBitmapEx

    0下载:
  2. 一个增强的位图类,可以用于自己的程序中处理位图。-An enhanced bitmap category, can be used to deal with their own procedures bitmap.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:38116
    • 提供者:codingman
  1. transscroll

    0下载:
  2. 如何滚动的文字在一个固定的图像背景的VC + + 6.0 。我搜查了互联网,但无法找到任何关于这个简单的文章。所以,我开始尝试在此,并终于找到了解决办法。创建一个MFC的文档/视图的项目,并选择CScrollView作为基类。 现在添加一个位图资源,你想作为窗口背景。 现在创建一个CBitmap变量加载位图资源中的框架窗口类。-I have searched the internet but could not find any simple article on this. So, I sta
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:75862
    • 提供者:Athink
  1. SectionDIB

    0下载:
  2. It s a new class that makes using DIB Sections as simple as using a CBitmap and it provids a programm for you.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:136895
    • 提供者:youjie
  1. bread_management_system

    0下载:
  2. access CFrameWnd LoadIcon CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow CDialog CDataExchange CDocument CView CDC CPrintInfo CSize CRect CBitmap -access database CFrameWnd LoadIcon CWinApp CSingleDocTemplate CCommandLineInfo Sho
  3. 所属分类:Windows Develop

  1. JpgImageLoad

    0下载:
  2. 用Image类加载jep,gif等图片到MFC中。CImage类要比CBitmap优秀很多。-With the Image class loading jep, gif and other images in the MFC. CImage class CBitmap than a lot of good.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:112025
    • 提供者:echo
  1. SystemBitmap

    0下载:
  2. MFC的CBitmap不支持直接从文件读取BMP,且不支持拷贝构造和赋值,CSystemBitmap继承自CBitmap添加如下功能: LoadBitmapFromFile: 从文件读取BMP GetBitmapSize: 获取BMP大小拷贝构造与赋值= -MFC-CBitmap does not support directly from the file to read BMP, and does not support the copy constructor and assignment
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2456
    • 提供者:yanmeiling
  1. baojing

    0下载:
  2. 报警控制在各种工业控制系统中是经常见到的,一般用于报警的方法有很多,有用文本标示,有用图形表示的,其原理不外乎构造CDC类对象然后利用提供的各种基本图元属性进行图形绘制就可以了.这里我们来制作一个能够显示报警文本,当出现某个报警的时候我们然背景进行闪烁就可以实现功能了. -VC define COLOR_RED RGB(255,0,0) #define COLOR_GREEN RGB(0,255,0) protected: CBitmap*m_pBitmapOldBack
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2331
    • 提供者:轩零
  1. DDB2

    0下载:
  2. 在MFC对话框中显示一幅图片,CBitmap类的使用,也就是设备无关位图的使用-show a picture using MFC dialog.It s about the application of class CBitmap,or we can say it s about the application of DDB
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1881719
    • 提供者:liyanjie
« 12 »
搜珍网 www.dssz.com