CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 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
    • 文件大小:35599
    • 提供者: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
    • 文件大小:26729
    • 提供者: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
    • 文件大小:21105
    • 提供者:travis
  1. Textout

    0下载:
  2. 采集USB摄像头图像,通过SOCKET发送到指定IP计算机上。VC+OPENCV实现。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:349906
    • 提供者:鹿角菜
  1. APIHook_Using_IAT

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

    • 发布日期:2008-10-13
    • 文件大小:38641
    • 提供者:骆爽
  1. TextOut

    0下载:
  2. 编写一个在屏幕上输出中文字符串的Windows应用程序,要求可以让用户设置字体、字号、颜色、方向和串的内容等
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37895
    • 提供者:潘芝茂
  1. 在控件的客户区中使用textout

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

    • 发布日期:2008-10-13
    • 文件大小:88322
    • 提供者:海天
  1. 画 图对dc的相关介绍

    0下载:
  2. 为大家上传一个自己作的画图软件,其中对brush pen textout 以及dc 相关的知识都有一些介绍,希望对大家有所帮助-for you to upload their own software for the drawing, right brush pen TextOut related to the dc and have some knowledge, we hope to help
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1992375
    • 提供者:小赵
  1. 2003010296_大作业1

    0下载:
  2. a CRect rc(x - 12, y - 12, x + 12, y + 12) pDC->Ellipse(&rc) str1.Format( \"%d\",j ) pDC->SetTextColor(RGB(255,0,0)) pDC->DrawText(str1,&rc,DT_CENTER DT_VCENTER DT_SINGLELINE) PaintArrow(pDC,RGB(255,0,0),G.vexs[prev[j]].x,G.vexs[p
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:514100
    • 提供者:Bob
  1. textapihook

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

    • 发布日期:2017-04-05
    • 文件大小:143628
    • 提供者:邵凯田
  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
    • 文件大小:11026
    • 提供者: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
    • 文件大小:145907
    • 提供者:王孝天
  1. textout

    0下载:
  2. 基于WTL框架,wince下的读txt文件,并输出到屏幕。-WTL-based framework, wince under the Reading txt file, and output to the screen.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1153150
    • 提供者:tong
  1. loadbmpandtextout

    0下载:
  2. 手动读取bmp格式文件并textout画点输出图象-load bmp file ,use textout function to draw image.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:32238
    • 提供者:asdffd
  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
    • 文件大小:1943783
    • 提供者:Linda
  1. uyjhm

    0下载:
  2. 用VB写的一个用于生成条形码的DLL库,可能对大家有用,所以传了,哈-Using VB to write a DLL library used to generate bar codes, may be useful for everyone, so pass, and Kazakhstan. . .
  3. 所属分类:图形图象

    • 发布日期:2017-03-03
    • 文件大小:53790
    • 提供者:凡小川
  1. 01

    0下载:
  2. MFC例程LRESULT CALLBACK WNDFUN (HWND hWnd, UINT msg, WPARAM wparam, LPARAM lparam) { switch (msg) { case WM_PAINT: { HDC hdc = GetDC(hWnd) SetBkMode(hdc,TRANSPARENT) TextOut(hdc,20,20,"明日科技有限公司",16) DeleteDC(hd
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:994167
    • 提供者:张志文
  1. textout

    0下载:
  2. 能过从键盘上输入字符能够控制键盘上的一些特殊的字符-Can be collected from the keyboard to enter characters on the keyboard to control some special characters
  3. 所属分类:Windows Kernel

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

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

    • 发布日期:2017-03-29
    • 文件大小:12384
    • 提供者:罗坚
  1. MFC-TextOut

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

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