搜索资源列表

  1. DrawText

    0下载:
  2. VB+MO开发GIS代码。对常用到的DrawText方法进行了实例演示,很好的源代码。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10462
    • 提供者:lmzeng
  1. Codetext

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. redeem fami
  3. 所属分类:进程与线程

    • 发布日期:2024-05-09
    • 文件大小:38912
    • 提供者:李佳明
  1. Lesson5Code

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString fam
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:41984
    • 提供者:卓斌
  1. VC6_dialog

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString fam
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:常攀峰
  1. notview

    0下载:
  2. 文件视图,Cfr a meWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock Ge
  3. 所属分类:文件格式

    • 发布日期:2024-05-09
    • 文件大小:26624
    • 提供者:slansam
  1. DrawText

    0下载:
  2. VB+MO开发GIS代码。对常用到的DrawText方法进行了实例演示,很好的源代码。-VB MO Development GIS code. Commonly used to DrawText method of demonstration examples, good source code.
  3. 所属分类:其他行业

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:lmzeng
  1. Textsunxin

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。-CDC grasp of the word processing program to prepare, how to generate custom fonts and custom insertion site, and is familiar with the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:1946624
    • 提供者:tian
  1. WinCETextOutput

    0下载:
  2. 在第一章里,例子程序HelloCE调用DrawText函数显示了一行文本。代码如下: DrawText (hdc, TEXT ("Hello Windows CE!"), -1, &rect, DT_CENTER | DT_VCENTER | DT_SINGLELINE) DrawText 是一个相当高级的函数,允许由程序显示文本,而由Windows处理大部分细节。DrawText的头几个参数几乎是不言而喻,很直观。当
  3. 所属分类:文档资料

    • 发布日期:2024-05-09
    • 文件大小:16384
    • 提供者:ellick
  1. drawtext

    0下载:
  2. opengl基于3D字的练习。opengl对于文字学习的不错实例-opengl-based 3D characters of practice. opengl for good examples of text learning
  3. 所属分类:OpenGL

    • 发布日期:2024-05-09
    • 文件大小:43008
    • 提供者:丁伋堃
  1. BinaryEdit

    0下载:
  2. 用VC写的一个小程式。主要学会 1.流的使用CArchive &ar << string 2.Doc 与 View的关系 3.文本的输出pDc->DrawText(...) 4.文本光标 SetCaretPos(point) ShowCaret() HideCaret() 5.滚动视图类CSrollView, 设置滚动范围SetScrollSizes(MM_TEXT, szRang
  3. 所属分类:文件操作

    • 发布日期:2024-05-09
    • 文件大小:61440
    • 提供者:Martin
  1. GRAph

    0下载:
  2. Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo Se
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:2931712
    • 提供者:安新军
  1. DrawText

    0下载:
  2. MO开发GIS文本注记的例子。 -MO Note the development of GIS text examples.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:sta007
  1. DrawText

    0下载:
  2. 基于MFC的,画图程序,文本基于MFC的,画图程序,文本-Based on the MFC, and drawing program, text-based MFC, and drawing program, text
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:73728
    • 提供者:张颖
  1. ACESimpleClient005

    0下载:
  2. The DrawText function should not be called before CreateFont, otherwise an exception will be thrown. In order to be able to create the font, a device context should be supplied. This can be done once through a static fun
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:谢昭波
  1. drawText

    0下载:
  2. 实现自己对文本的输出 ,在WIN32下,不用那些控件-Realize their output on the text, in the under WIN32, do not those who control
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:2464768
    • 提供者:小彭
  1. DrawText

    0下载:
  2. M8开发的源码例子。详细描述了如果DrawText-M8 developed source code examples. Described in detail if DrawText
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:88064
    • 提供者:汪晶
  1. Text

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC grasp of the word processing program to prepare, how to have a custom font and custom insertion site, and is famil
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:37888
    • 提供者:c++crazy
  1. DrawText

    0下载:
  2. 简单的文本输入 简单的绘图功能 可以画圆画矩形画直线 画曲线等-draw textand input text draw line rectangle oval and soon
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:1971200
    • 提供者:柳儿
  1. DrawText

    0下载:
  2. 一个简单实用的绘图软件,功能强大,值得大家学习和参考-A simple and practical mapping software, powerful, what is worth learning and reference
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:73728
    • 提供者:
  1. DrawText_csharp

    0下载:
  2. 源文件使用C#语言,DrawText(画文字)的使用方法-Language:CSharp. Draw Text。
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:72704
    • 提供者:booka
« 12 3 4 5 6 »

源码中国 www.ymcn.org