搜索资源列表
TextOut
- 实现消息传递机制的一个简单代码,在这里你可以真正的感觉到菜单项编程的含义.-achieve messaging mechanism of a simple code, where you can really feel the programming menu items meaning.
notview
- 文件视图,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
HowToRotateFont
- 一个非常简单的sample程序,小技巧。用来演示如何让TextOut输出的字体并以任何角度旋转。-a very simple sample procedure, a small skills. Used to demonstrate how TextOut output font and in any rotation.
APIHook_Using_IAT
- 使用系统IAT表查找要Hook的函数地址,然后进行挂钩。本代码Hook的是TextOut函数。
在控件的客户区中使用textout
- textout的使用-TextOut
textapihook
- API钩子,针对Textout,DrawText-API Hook
drawline
- Rectangle()//设置画图区域 SetTextColor()//设置文字显示颜色 TextOut()//在当前坐标(光标) 输出文本 MoveTo(x,y)//将光标移动到(x,y) 位置 LineTo(x,y)//从当前光标画线到(x,y), 并将光移到(x,y) SelectObject()//选择画笔对象 PtVisible(x,y)//判断(x,y)是否在 Rectangle()设置的区域中 CPen pe
hookyou
- 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就无能为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
TextOut
- 点击工具栏输出文本,每点击一次出现不同的文本-Click on the toolbar text output for each click on the text of a different
TextOut
- Directshow TextOut Filter
Textout
- 实现文本的动态弹出,基本用上了文本编程的所有函数-Achieve a dynamic pop-up text, the text basically spend all the functions of programming
Task3
- 用MFC开发一个简单文本查看程序: ① 不能用MFC的CRichEditView或其它控件实现,用Textout等API实现文本绘制功能 ②能够打开、保存.txt格式的文本文件;③能够控制文本的大小、颜色、字体等,并实现相应的控制界面(对话框方式),设置后,当前显示的文本均按相应属性显示。④实现文本的编辑、查找、替换功能。 -A simple text viewer program developed using MFC: ① The MFC-CRichEditView or other
SDK-
- 要在窗口的客户区绘图,可以使用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
Textout
- 一个简单的打开TXT文件并显示输出的代码。-a simple code to open the .txt file and the show it.
Screen
- 屏幕保护程序!" //屏保显示字符串 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
SimpleTextOut
- 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
TextOnBmp
- VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the BMP picture window is a VC++
FontForm
- 一个文字闪烁变换颜色的启动窗体,在文字闪烁和变色几次后消失,主窗体才显示出来,制作启动窗体的朋友可参考一下源码。使用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
TextOut
- 视频字幕输出示例,支持directX,无论是视频的码制都考虑在内。-directX is ok,you can look this code,video s information is ok.
MFC-TextOut
- MFC环境下文本输出,包括路径层,DrawText函数使用等-TextOut In MFC