搜索资源列表
完全平面的Edit控件类
- 完全平面的Edit控件类-completely flat Edit Control Class
有背景颜色和文字颜色的只读属性的EDIT控件的实现
- 是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了-whether your EDIT Controls set to read-only attribute that gray background color of your substandard procedures and the overall layout of trouble
具有背景颜色和文字颜色的EDIT控件
- EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色,如果你的主题程序的颜色背景进行一致的处理的话,这样可能会与你的整体风格不和,所以需要一个具有背景颜色但是又具有只读属性的EDIT控件刻不容缓了. 实现的方法其实很简单,派生一个CEDIT类,我们这里命名为CColReadOnlyEdit,再这个类中我们首先触发PreTranslateMessage,这个函数可以用来截获消息编程。-
文件绑定控件类
- 该代码例子提供了可以和文件操作绑定的edit编辑控件。-provide examples of the code and documentation can be bundled with the operating editors edit controls.
增强 Edit 控件为日期输入控件
- 增强 Edit 控件为日期输入控件-enhanced Edit Control date for the importation of Control
编辑控件源代码crysedit_twine_src
- 编辑控件源代码crysedit_twine_src-Edit Control source code crysedit_twine_src
EditGrid控件(附源码).zip
- EditGrid控件(附源码).
HexEditor.HEX文件编辑控件
- HEX文件编辑控件,编辑HEX文件,使用RICHEDIT控件实现,HEX file edit control, editing HEX file, use the controls to achieve RICHEDIT
ncombo2.zip 类似ListView一样的多列可编辑的ComboBox控件
- 类似ListView一样的多列可编辑的ComboBox控件 ,The combobox which can edit multi lines as ListView
wndcls
- l 编写WM上的单文档(SDI)程序 n 添加画图菜单,菜单项有:点、矩形、圆角矩形、椭圆、弧。选择各菜单项后在View中画出相应的图形。 n 添加文本菜单,菜单项有:输出文本,用户选择后,弹出对话框(上面有一个Edit控件)提示用户输入文字,用户输入完成确定后,在View中输出刚才用户输入的文字。 l 编写WM上的图片浏览程序 n 在对话框上添加一个Button按钮、一个Edit控件。 n 单击Button按钮弹出文件选择对话框。 n 用户选择某个图片文件后,显示相应
edstream
- 使用CRichEdit中StreamIn方法使RichEdit控件和文件一起使用的例子-A example in which RichEdit control is used together with file by using streamIn method of CRichEdit
smartedit_src
- 编辑控件源代码: Slider and smart-edit example-Edit the source code control: Slider and smart-edit example
TranComp
- delphi 透明memo 和 edit控件-delphi transparent memo and edit controls
EDIT
- 这个程序提供了有关EDit控件的操作的例子,对于菜鸟学习有帮助。-This procedure provides information on the operation of control EDit example, help for the rookie learning.
edit
- 自定义的编辑框控件,可以实现一些特殊的现实功能-Custom edit box control, you can realize the reality of some special features
NumericSpin_demo
- Edit控件和Spin控件组合,点击Spin对Edit的数字进行浮点类型自增自减-Edit Controls and Spin Control portfolio, click on Edit the figures Spin floating-point type increment decrement
Edit
- VC++/MFC 一个Edit控件类,需要的可以拿去看下-VC++/MFC an Edit control class, need is unspeakable Kanxia
透明Edit控件
- delphi透明的EDIT控件源码,懂控件代码的可以自行修改使用。(Delphi transparent EDIT control source code, understand the control code, you can modify the use of their own.)
第08章 ALV控件的使用
- SAP List Viewer控件,自定义输出字段,在屏幕上建立ALV控件,自定义ALV控件的工具条按钮,处理ALV控件双击事件,通过ALV控件编辑内表和数据库更新,ALV Tree的使用(SAP List Viewer controls, custom output fields, set up ALV controls on the screen, customize the toolbar buttons of ALV controls, handle double click event
实现EDIT控件自绘
- 自绘的MFC CEdit控件,可以用来参考或直接添加使用(Self drawn MFC CEdit control)