CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc 文字

搜索资源列表

  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
    • 文件大小:329016
    • 提供者:apudn83
  1. ImageText

    1下载:
  2. VC++ 在位图中输出字符串,也就是把文字显示在图片上,其实就是图上加水印的功能,在运行截图所示的窗口中,选择一张图片,可以是BMP/JPG,然后在水印文本框中输入要显示的水印文字,在X轴坐标和Y轴坐标中定义文字显示的位置,最后点击一下“水印效果”按钮,立马就能看到图片上的水印文字了,完美实现了在BMP位图上显示文字的效果。-VC++ bitmap output string, which is the text displayed in the picture, in fact, add wa
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:869995
    • 提供者:wpudn9
  1. ColorStatic

    0下载:
  2. ColorStatic源代码,静态的文字滚动,VC++自绘效果实例,运行EXE后,可看到窗口中带颜色的区域内文字滚动效果,静态自绘代码。-ColorStatic source code, static text scrolling, VC++ self-painted effect instance, after running EXE, can be seen in the area of ​ ​ the window in colored text scrolling e
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:33051
    • 提供者:apudn85
  1. VCPPvideosrc

    0下载:
  2. VC++简单的视频聊天系统源代码,VC++6.0和VS2008工程,可实现一对一、一对多的语音、视频和文字的聊天交流,在此基础上可开发视频会议系统,语音视频聊天系统,语音质量和视频效果均不错,支持P2P网络传输,可以直接集成到现有的项目中。-VC++ simple video chat system source code, VC++6.0 and VS2008 project, enabling one to one, one to many of voice, video and text
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1283042
    • 提供者:apudn97
  1. PrintImage

    1下载:
  2. vc++ 使用PrintImage控件打印图片,打印图像用法实例,打印图片和打印文字其实是一样的,本源码演示了使用PrintImage打印图像文件的方法,包括一些简单的参数设置自定义情况-vc++ use PrintImage controls print pictures, print image usage examples, print images and print text is the same, the source demonstrates the use of the met
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:265278
    • 提供者:apudn99
  1. Orientation

    0下载:
  2. VC++控制文字打印的方向,VC源码实例下载供参考。包括横向打印和纵向打印,横向打印也就是常规打印,本例的关键点是纵向打印,确证打印前请连接好打印机驱动程序-VC++ control the direction of the printed text, VC download source code examples for reference. Including horizontal and vertical printing printing, landscape printing is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:19509
    • 提供者:wpudn11
  1. MyStatus

    0下载:
  2. VC++在状态栏中加入控件,具体是在状态栏中加入一个文本框,当点击窗口中的“A”按钮时,此文本框被激活,当你在文本框中输入文字时,窗口的空白处也可以显示输入的字符,如何把文本框放在窗体的状态栏里面呢?本源码将告诉你答案哦。VC初学者参考,高手请绕行。-VC++ adding controls in the status bar, specifically adding a text box in the status bar, click on the window when the "
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:30747
    • 提供者:yong486
  1. ProgressDemo

    0下载:
  2. 基于VC++实现的带有文字、百分比数据的进度条-VC++ with text-based implementation, the progress bar percentage data
  3. 所属分类:StatusBar

    • 发布日期:2017-04-06
    • 文件大小:14247
    • 提供者:马燕新
  1. ChatSystem

    0下载:
  2. VC++实现的聊天程序,可用可实行,但只是文字聊天-VC++ chat program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:163354
    • 提供者:王悦
  1. textshadeprj

    0下载:
  2. VC++制作渐变的文字,文字的色彩会越来越暗,也会越来越亮,最终形成渐变文字,帧较慢,效果并不是太好。还需要再优化完善,具体思路是先安装一个定时器,通过CDC 类的SetTextColor 函数在OnTimer()函数中改变字符串的颜色,并且注意尽量使颜色变化的梯度减校-VC++ production gradient text, text color will become dark, will be getting brighter, eventually forming a gradien
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:29071
    • 提供者:bpudn80
  1. mystatus

    0下载:
  2. VC++在状态栏中加入控件,具体是在状态栏中加入一个文本框,当点击窗口中的“A”按钮时,此文本框被激活,当你在文本框中输入文字时,窗口的空白处也可以显示输入的字符,如何把文本框放在窗体的状态栏里面呢?本源码将告诉你答案哦。VC初学者参考,高手请绕行。-VC++ to join in the status bar controls, specifically adding a text box in the status bar, click on the window when the "A"
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:30148
    • 提供者:bpudn84
  1. MemDCDlg

    0下载:
  2. vc 实现双缓冲绘图,先创建兼容位图,再创建兼容dc-请键入文字或网站地址,或者上传文档。 取消 Vc shíxiàn shuāng huǎnchōng huìtú. Xiān chuàngjiàn jiānróng wèi tú, zài chuàngjiàn jiānróng DC.vc achieve double-buffered drawing. Create compatible bitmap in creating a compatible DC.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1787
    • 提供者:zhangtao
  1. DeleteFile

    0下载:
  2. 较简单实用的VC++删除文件DeleteFile示例,比较基础的文件操作,删除指定的文件,通过“浏览文件”找到要删除的文件,点击“删除”按钮,即可把文字删除。-Simple and practical VC++ delete file DeleteFile example, the basis of comparison of files, delete the file specified by the "Browse Files" to locate the file you want to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:18665
    • 提供者:赵坤东
  1. tooltip

    0下载:
  2. VC tooltip可以显示多行文字的窗口提示条,类似于气泡提示的功能,但从外观上来说,和气泡提示差别较大。本提示效果是当鼠标移到文本框或指定文字上的时候,会显示一个方框,可自定义方框背景,里面可显示提示文字,效果还可继续美化,无使用第三方控件,有VC6的可直接编译。-VC tooltip can display multiple lines of text in the window tooltip, bubble prompted similar features, but the appe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:24258
    • 提供者:bpudn89
  1. dodib

    0下载:
  2. 一个VC处理位图的例子,写成了一个不错的图像处理小软件,多窗口模式,有画笔加文字等功能,有兴趣的可以借鉴本源码。-A bitmap processing VC example, wrote a nice small image processing software, multi-window mode, there are brushes add text and other functions, are interested can learn from this source.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:61596
    • 提供者:bpudn91
  1. HLinkTest

    0下载:
  2. VC++在窗口上添加一个带有链接的文字,是一个窗体链接,也就是WinForm上的超文本链接,在网页上我们可以用a标签,那么在VC++中是怎么实现呢,本例面向VC++初学者,有兴趣的可下载源码,用VC6打开看看。-VC++ add text on the window with a link is a link to a form, which is on the WinForm hypertext links on the page we can use a label, then VC++ i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:27199
    • 提供者:kpudn50
  1. splash

    0下载:
  2. VC++通过自己的线程在Splash对话框中显示文字,而且是有动画效果的文字,来回滚动的文字,虽然这个代码比较早了,不过现在还是很值得参考的。-VC++ through their own thread in the Splash dialog box to display text, but there is a animated text, scrolling text back and forth, although the code is relatively early, but no
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:72916
    • 提供者:wpudn28
  1. XStatusBarProject

    0下载:
  2. 一个状态栏图标动画效果,基于VC++源码实现,实例简单,实现在一个窗口的状态栏中显示图标、文字动画和图像动画,一个简单实用的VC++编程技巧。希望对VC新手有所帮助。-A status bar icon animation, based on VC++ source code implementation, examples of simple realization display icons, text, animation and image animation in the status
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:37505
    • 提供者:wpudn28
  1. fontdialog

    0下载:
  2. VC.NET源码实现在窗口指定区域点击鼠标右键,弹出字体设置对话框,在对话框中可设置窗口内的文字样式和颜色以及大小,就和Windows的字体对话框功能是一样的。-VC.NET source to achieve the designated area of the window click the right mouse button to bring up the Font Settings dialog box where you can set the text style and col
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:28381
    • 提供者:gxtxtplg
  1. myediter

    0下载:
  2. 填充渐变色的VC++窗体编辑框源代码,漂亮的VC编辑框,截图如上所示,而且当输入字符的时候,文字还带有阴影效果,像是立体文字,一定会给你的窗体增色不少,源代码实现原理分享给大家。 -Fill gradient VC++ edit box source code form, beautiful VC edit box, as shown in the screenshot above, and when the input characters when the text but also w
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:26574
    • 提供者:1111
« 1 2 ... 21 22 23 24 25 2627 28 29 30 »
搜珍网 www.dssz.com