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

搜索资源列表

  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. download

    0下载:
  2. CFrameWnd CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument CFormView CDC CPen CreatePen CBrush CreateSolidBrush
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4121
    • 提供者:陈赓
  1. StartGDIPlus

    0下载:
  2. windows GDI+编程,关于怎么使用CPen,CBbush等deng-on how to use CPen, such as Deng CBbush
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2459497
    • 提供者:ffff
  1. drawline

    0下载:
  2. Rectangle()//设置画图区域 SetTextColor()//设置文字显示颜色 TextOut()//在当前坐标(光标) 输出文本 MoveTo(x,y)//将光标移动到(x,y) 位置 LineTo(x,y)//从当前光标画线到(x,y), 并将光移到(x,y) SelectObject()//选择画笔对象 PtVisible(x,y)//判断(x,y)是否在 Rectangle()设置的区域中 CPen pe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:11026
    • 提供者:vic
  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. CpuUsage_use

    0下载:
  2. 这是一个基于MFC的windows的CPU使用率的监测程序。使用CBrush和CPen绘制背景和曲线。-This is an MFC-based windows in the CPU usage monitoring procedures. CBrush and draw the background using CPen and curves.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2214055
    • 提供者:张保庆
  1. Ruler

    0下载:
  2. 该程序在对话框绘制了一把英寸制的尺子,演示了画笔等基本设备上下文对象的使用,环境:VS 2008。-The program draw an inch system ruler.Show the basic use of the GDI object such as CPen and so on.All the code is based on VS208 platform.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-27
    • 文件大小:10425791
    • 提供者:craig
  1. Miss

    0下载:
  2. 自己写给女友的小程序。几个功能:第一、显示当前时间及日期,计算女友离开的时日,告诉她想了她多少天了;第二、修改背景图片,本来是女友的照片的,为了隐私,改了,你们可以换一下就行了,在res文件夹下;第三,增加了开机自启动功能;第四,判断当前日期是否为女友生日,如果是,则跳出一个对话框祝福女友生日快乐,并放出音乐--生日快乐,卓依婷唱的,并自动播放一段视频,用ppt做得,一些甜蜜照,文件都在根目录下,“生日乐.wav”和“hehe.avi”,直接替换后编译一下就行了,当然,判断是否生日那儿需要你修改
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:2213823
    • 提供者:莫小波
  1. Button-tansparent

    0下载:
  2. Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText Offse
  3. 所属分类:Button control

    • 发布日期:2017-04-09
    • 文件大小:1742360
    • 提供者:cici
  1. CUseSKin

    0下载:
  2. How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:9329443
    • 提供者:cici
  1. ColorBar

    0下载:
  2. 在MFC的窗口指定位置中画颜色条,初学者可以学习一下CPen的用法-At the specified location in the MFC window painting color bar
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-10
    • 文件大小:2324635
    • 提供者:wang
  1. FontForm

    0下载:
  2. 一个文字闪烁变换颜色的启动窗体,在文字闪烁和变色几次后消失,主窗体才显示出来,制作启动窗体的朋友可参考一下源码。使用Font.CreateFont和CPen对象创建字体和画笔,用TextOut输出文本。-Change the color of a text blink startup form, after a few words flicker and color disappears, the main form show up, start making friends can refer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:224232
    • 提供者:wpudn9
  1. err.eccc

    0下载:
  2. CWnd LoadCursor CPaintDC CRect GetClientRect GetTickCount waveInAddBuffer MessageBox waveInOpen waveInPrepareHeader waveInStart waveInReset waveInStop waveInUnprepareHeader waveInClose waveInGetErrorText CView CCmdUI CDialog CDataExchange CString CCo
  3. 所属分类:ComboBox

    • 发布日期:2017-05-09
    • 文件大小:1911533
    • 提供者:prinick
  1. GDI_TRYDlg

    0下载:
  2. the release of GDI for CPen/CBrush/CFont -the release of GDI for CPen/CBrush/CFont
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:2154
    • 提供者:HanBinbin
  1. 1

    0下载:
  2. OnPaint绘制直线(CPen类的使用) OnPaint draws a straight line (the use of the CPen class)(CPen类的使用)(OnPaint draws a straight line (the use of the CPen class))
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:zpcwj
搜珍网 www.dssz.com