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

搜索资源列表

  1. TextOut

    0下载:
  2. 实现消息传递机制的一个简单代码,在这里你可以真正的感觉到菜单项编程的含义.-achieve messaging mechanism of a simple code, where you can really feel the programming menu items meaning.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:34.76kb
    • 提供者:dada
  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
    • 文件大小:26.1kb
    • 提供者:slansam
  1. HowToRotateFont

    0下载:
  2. 一个非常简单的sample程序,小技巧。用来演示如何让TextOut输出的字体并以任何角度旋转。-a very simple sample procedure, a small skills. Used to demonstrate how TextOut output font and in any rotation.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:20.61kb
    • 提供者:travis
  1. APIHook_Using_IAT

    1下载:
  2. 使用系统IAT表查找要Hook的函数地址,然后进行挂钩。本代码Hook的是TextOut函数。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:37.74kb
    • 提供者:骆爽
  1. 在控件的客户区中使用textout

    0下载:
  2. textout的使用-TextOut
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:86.25kb
    • 提供者:海天
  1. textapihook

    0下载:
  2. API钩子,针对Textout,DrawText-API Hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:140.26kb
    • 提供者:邵凯田
  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-31
    • 文件大小:10.77kb
    • 提供者:vic
  1. hookyou

    0下载:
  2. 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就无能为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:142.49kb
    • 提供者:王孝天
  1. TextOut

    0下载:
  2. 点击工具栏输出文本,每点击一次出现不同的文本-Click on the toolbar text output for each click on the text of a different
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1.85mb
    • 提供者:Linda
  1. TextOut

    0下载:
  2. Directshow TextOut Filter
  3. 所属分类:DirextX

    • 发布日期:2017-03-29
    • 文件大小:12.09kb
    • 提供者:罗坚
  1. Textout

    0下载:
  2. 实现文本的动态弹出,基本用上了文本编程的所有函数-Achieve a dynamic pop-up text, the text basically spend all the functions of programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:137.93kb
    • 提供者:左宝柱
  1. Task3

    0下载:
  2. 用MFC开发一个简单文本查看程序: ① 不能用MFC的CRichEditView或其它控件实现,用Textout等API实现文本绘制功能 ②能够打开、保存.txt格式的文本文件;③能够控制文本的大小、颜色、字体等,并实现相应的控制界面(对话框方式),设置后,当前显示的文本均按相应属性显示。④实现文本的编辑、查找、替换功能。 -A simple text viewer program developed using MFC: ① The MFC-CRichEditView or other
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:98.77kb
    • 提供者:wen
  1. SDK-

    0下载:
  2. 要在窗口的客户区绘图,可以使用Window的图形设备接口(GDI)函数,Widonw提供了几个GDI函数,用于将文本串输出到窗口的客户区内,我们已经在上一章过DrawText函数 但是目前使用最为普遍的文本输出函数是TextOut,该函数的格式如下: -Drawing in the window' s client area, you can use the Window' s graphical device interface (GDI) functions, and p
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:871.29kb
    • 提供者:tianguochao
  1. Textout

    0下载:
  2. 一个简单的打开TXT文件并显示输出的代码。-a simple code to open the .txt file and the show it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:2.29mb
    • 提供者:junjun
  1. Screen

    1下载:
  2. 屏幕保护程序!" //屏保显示字符串 TextOut(hDC, 150, 150, str, strlen(str)) //绘制字符串 EndPaint(hWnd, &ps) //结速绘图 -Screen saver! " //Screensaver displays the string TextOut (hDC, 150, 150, str, strlen (str)) //draw string EndPaint (hWnd, & ps) //knot
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:23.75kb
    • 提供者:hcx20com
  1. SimpleTextOut

    0下载:
  2. VC++中简单的TextOut输出文本字符的使用实例,新手有兴趣的源码,实现过程:获取窗口设备上下文,然后在窗口客户区域指定位置输出文本-VC++ TextOut output using the simple examples of text characters, and newcomers are interested in the source code, the implementation process: Get device context window, and then sp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:18.01kb
    • 提供者:apudn80
  1. TextOnBmp

    0下载:
  2. VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the BMP picture window is a VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:321.3kb
    • 提供者:apudn83
  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
    • 文件大小:218.98kb
    • 提供者:wpudn9
  1. TextOut

    0下载:
  2. 视频字幕输出示例,支持directX,无论是视频的码制都考虑在内。-directX is ok,you can look this code,video s information is ok.
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:30.62kb
    • 提供者:李鑫波
  1. MFC-TextOut

    0下载:
  2. MFC环境下文本输出,包括路径层,DrawText函数使用等-TextOut In MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-04
    • 文件大小:45.77kb
    • 提供者:张明
« 12 »
搜珍网 www.dssz.com