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

搜索资源列表

  1. TTSApp MFC 简化版

    1下载:
  2. 使用微软发声引擎写的一个简单程序,可读中文英文,可将文本保存成 wav 文件-use Microsoft audible engine written in a simple procedure, readable English and Chinese, can be preserved text documents into wav
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:113304
    • 提供者:大大
  1. c++大程 文本编辑器

    2下载:
  2. 多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制-multi-functional text editor, to use MFC or API, is entirely constructed by the news their mechanism
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:243351
    • 提供者:蔡邑川
  1. 文本编辑器(自建消息机制)

    1下载:
  2. 多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制-multi-functional text editor, to use MFC or API, is entirely constructed by the news their mechanism
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:77251
    • 提供者:蔡邑川
  1. MFC-addresslist

    0下载:
  2. 基于MFC的通讯录,使用文本文件保存信息。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:50958
    • 提供者:小明
  1. MfcDatatranBetweenEditboxAndTxtfile[xtulbd,050228]

    0下载:
  2. MFC文本框和文本文件的数据交换-MFC text boxes and text files for data exchange
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:27977
    • 提供者:李勃东
  1. MFC编程,功能是查词典(用户可自己导入文本),分词,统计词频

    0下载:
  2. AppWizard has created this RMM application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you
  3. 所属分类:Windows编程

    • 发布日期:2010-12-05
    • 文件大小:931647
    • 提供者:hq@live.it
  1. Application

    0下载:
  2. MFC控件的使用,包括按扭,对话框,文本显示,代码质量很高.-MFC controls, including buttons, dialog box, text display, high quality code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1941516
    • 提供者:shiyang
  1. EX9_8

    1下载:
  2. 设计了一个基于MFC的对话框应用程序,打开并读取一个文本文件,将其内容在一个编辑框中显示!-Designed a dialog-based MFC applications, open and read a text file, its contents will be displayed in an edit box!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1962131
    • 提供者:feige
  1. Clable

    0下载:
  2. MFC中静态文本框的各种使用方法和源码,包含DEMO和引用文件,可以直接编译运行
  3. 所属分类:Static控件

  1. mfc

    0下载:
  2. 同时张出两个对话框,窗口A: ComboBox 里面存储着窗口B的标题, 点击按钮1设置窗口B的标题. Button 4个, 文本框一个, 输入数字后点击4个方位的按钮, 窗口B会移动多少距离. 滑块 , 改变窗口B的透明度-Zhang also the two dialog boxes, windows A: ComboBox B which stores the title of the window, click the B button 1 set the
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3784378
    • 提供者:黄礼祥
  1. TXTReader

    1下载:
  2. 使用MFC开发的一款功能全面的txt电子书阅读器,完全实现基本功能,并且创造性地加入了翻页效果,就像真正的书本一样,比网上多数同类程序要优秀!-MFC Development using a full-featured txt e-book reader, the full realization of the basic functions and effects of a creative way to join the next page, just like a real book, l
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:487806
    • 提供者:saber
  1. 2

    0下载:
  2. 基于TCPUDP的多人间文本通信 1编写一个MFC对话框程序,实现多人之间文本的文本通信。 1)能够枚举网络上所有已连线的聊天对象(使用IP和端口标识就可) 2)聊天时可以任意选择聊天对象的IP和端口(端口可以内部确定),给其发 送信息;注意:发送的信息不要广播! 2)聊天时可以接收任意聊天对象给自己发送的信息。注意:不是发给自己的 信息不接收,不显示! 4)接收消息时要播放提示声音,声音可以自选; 5)接收消息时如果当前对话框不是最前端,要闪动图标; 6)要
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:74686
    • 提供者:jojo
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. EditExAndCStaticEx

    0下载:
  2. Windows MFC编辑框和静态文本的使用扩展功能-Windows MFC edit box and the static text to extend the use of functional
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:30481
    • 提供者:rabut
  1. SharpDevelop_1.1.0.1913Beta_Source

    0下载:
  2. MFC写的文本编辑器,很好很强大,大家下来看看,不槽不要钱-good
  3. 所属分类:File Operate

    • 发布日期:2017-06-01
    • 文件大小:13513380
    • 提供者:谢艺浜
  1. WebSite4

    0下载:
  2. 日期范围选择,根据下拉框选择日、周、你、月、季、年。在文本框中显示相应时间爱你范围-Side for the selection of the date, day, week, your month, quarter, year.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3890
    • 提供者:马自龙
  1. C

    0下载:
  2. 一个简单的文本处理器,MFC程序~有插入,删除,等基本功能~-1
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4173249
    • 提供者:zy
  1. Serial

    0下载:
  2. 串口数据处理程序,能直接将数据写入文本 注:开发环境是Microsoft Visual Studio 2008-Serial data processing program that can write data directly to the text Note: The development environment is Microsoft Visual Studio 2008
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:102286
    • 提供者:kinng
  1. ThinkPad

    0下载:
  2. 一个用VS2008SP1 MFC Ribbon做的富文本编辑器!-richedit
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:335982
    • 提供者:孤独剑
  1. MFC

    0下载:
  2. 这个控件类库结合静态文本框的动态变化,初学者的福音。-The combination of static text box control library dynamic changes, beginner' s Gospel.
  3. 所属分类:Button control

    • 发布日期:2017-05-15
    • 文件大小:4039394
    • 提供者:荣尚石
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com