Location:
Search - mfc cedit
Search list
Description: 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。
程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。
-this operation using MFC more documents -- View structure (with the consent of Xiao teachers). Development environment for the VC 6.0 SP6, compiled under other environmental tests done. When running the appearance As indicated above : Document window about to be divided in two parts. The left part of a tree using CTreeCtrl management controls, using the right part of the text box controls CEdit management. Open, or the generation of XML documents are text will be shown on the right side of the text editing window, after a certain analytic algorithm in the left window by XML documents described in the logical structure of the directory tree to display, and intuitive understanding.
Platform: |
Size: 517360 |
Author: long |
Hits:
Description: Windows mobile下的透明控件(皮肤控件)
当前Windows mobile下的皮肤控件还很少,而且实现透明的更加少。本人曾经在Delphi开发过一套透明控件,于是决定把它移植到windows mobile系统下。在仿真器上和三星I718+上测试过,更换皮肤速度优化得相当快了,在Windows mobile下实属不易啊。
整套控件完全脱离MFC类,有自己的:CList、CString等组件类,所有控件由CWin这个透明窗体类派生,CWin派生CForm和CCtrl类,在CCtrl类上派生各个透明控件,有:CBtt(按钮控件)、CCheckBox、CRadioBox、CPanel、CLabel、CEdit、CWord、CPage、CGrid......,CApp为程序的应用类,担负了皮肤的加载等工作和处理系统消息的功能。
按钮控件有按下、放下、焦点、禁止四种状态,可以实现透明、半透明显示。图片可以是伸展方式或平铺方式显示,伸展方式可以自适应控件的大小。
Platform: |
Size: 451305 |
Author: agui |
Hits:
Description: 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。
程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。
-this operation using MFC more documents-- View structure (with the consent of Xiao teachers). Development environment for the VC 6.0 SP6, compiled under other environmental tests done. When running the appearance As indicated above : Document window about to be divided in two parts. The left part of a tree using CTreeCtrl management controls, using the right part of the text box controls CEdit management. Open, or the generation of XML documents are text will be shown on the right side of the text editing window, after a certain analytic algorithm in the left window by XML documents described in the logical structure of the directory tree to display, and intuitive understanding.
Platform: |
Size: 517120 |
Author: long |
Hits:
Description: 在MFC中如何实现具有背景图片的编辑框控件呢,本例实现了这个功能,推荐给大家-How to realize in the MFC with a background picture of the edit box control it, which in this case to achieve this function, recommend to everyone
Platform: |
Size: 124928 |
Author: 张辉 |
Hits:
Description: Windows mobile下的透明控件(皮肤控件)
当前Windows mobile下的皮肤控件还很少,而且实现透明的更加少。本人曾经在Delphi开发过一套透明控件,于是决定把它移植到windows mobile系统下。在仿真器上和三星I718+上测试过,更换皮肤速度优化得相当快了,在Windows mobile下实属不易啊。
整套控件完全脱离MFC类,有自己的:CList、CString等组件类,所有控件由CWin这个透明窗体类派生,CWin派生CForm和CCtrl类,在CCtrl类上派生各个透明控件,有:CBtt(按钮控件)、CCheckBox、CRadioBox、CPanel、CLabel、CEdit、CWord、CPage、CGrid......,CApp为程序的应用类,担负了皮肤的加载等工作和处理系统消息的功能。
按钮控件有按下、放下、焦点、禁止四种状态,可以实现透明、半透明显示。图片可以是伸展方式或平铺方式显示,伸展方式可以自适应控件的大小。
Platform: |
Size: 450560 |
Author: agui |
Hits:
Description: 一个编辑表格的mfc控件,实现的是对于一个conctrl控件的具体编辑。用到了combox,与cedit-the table conctrl edit
Platform: |
Size: 710656 |
Author: 朱礼成 |
Hits:
Description: 一个基于单文档(SDI)的、使用MFC的简单界面框架;界面上主要表现的功能有:视图的拆分、Tab控件的功能、CEdit控件及其它一些视图窗体在拆分窗口中的叠加;主要特色:对控件代码进行了良好的封装,使用面向对象的观念对所有可视对象进行了统一的管理;-Based on Single Document (SDI), and a simple interface using MFC framework interface functions mainly include: the split view, Tab control functions, CEdit control and other forms in the split window view of the superposition main features: the control code of a good package, use the concept of object-oriented visualization for all objects of a unified management
Platform: |
Size: 258048 |
Author: jiqiubo |
Hits:
Description: Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number.
Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.-Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number.
Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.
Platform: |
Size: 28672 |
Author: 彭群 |
Hits:
Description: mfc显示gif图片的方法,封装类,可以在model dialog中显示gif动画-mfc gif image display method, package type, can be displayed in the model dialog animated gif
Platform: |
Size: 282624 |
Author: everettjf |
Hits:
Description: 一个非常简单的小示例,给别人做演示用的,主要是修改MFC编辑框的字体和颜色,CEDIT类下使用改变EDIT类的颜色和字体等等,在一些MFC演示,传感器检测显示方面可能有一些用处。-A very simple little example to others to do the demo, mainly MFC edit box to modify the font and color, CEDIT class category to use EDIT to change the color and font, etc., in some MFC demonstration, display of sensor may be of some use.
Platform: |
Size: 329728 |
Author: 姚晓艳 |
Hits:
Description: MFC CEDIT 各种成员函数 用法集合。。A-MFC CEDIT various member functions usage collections. . ALL
Platform: |
Size: 131072 |
Author: 刘文 |
Hits:
Description: CEdit的使用实例,对学习mfc相关编程有一定帮助-CEdit using examples, have certain help to the study
Platform: |
Size: 2043904 |
Author: lyc |
Hits:
Description: 一个简单的MFC的Edit例子,实现基础的CEdit函数的调用,可供学习MFC的新手参考,VC++6.0的环境,无需配置别的-Edit a simple MFC example, the realization of basic CEdit function call, can be used for reference in the learning MFC novice, vc++ 6.0 environment, don t need to configure the other
Platform: |
Size: 11097088 |
Author: 王军 |
Hits:
Description: Tabsheet类,用于MFC添加TAB页的类,可以避免一些BUG,如CEdit无法编辑的问题。-tabSheet.h tabSheet.cpp file for MFC classes to add TAB page, you can avoid some of the BUG
Platform: |
Size: 2048 |
Author: 胡明运 |
Hits:
Description: The following C project contains the C source code and C examples used for colorpicker.
This project demonstrates the use of MFC common controls:
CSliderCtrl CStatic CEdit CRect CDateTimeCtrl CButton and uses CString for formatting thruout
The program does 2 things: Color Picker.
Platform: |
Size: 12288 |
Author: cybertoad |
Hits:
Description: 自绘的MFC CEdit控件,可以用来参考或直接添加使用(Self drawn MFC CEdit control)
Platform: |
Size: 66560 |
Author: 东东1122 |
Hits: