搜索资源列表
动态创建文本框控件
- 本程序讲述如何在程序运行过程中动态的添加一个文本框控件,添加其他类型控件的方法是类似的。-the procedures on how to run the dynamic process of adding a text box controls, add other types of control methods are similar.
进程杆控件的源代码
- 进程杆控件的源代码。具有水平、垂直,渐变,显示文本和百分比,播放声音的功能,不会让您失望-process under control of the source code. With horizontal and vertical, graded, and the percentage of display text, voice broadcast functions, will not let you disappointed
自定义控件
- 用VC写的自定义控件的程序 该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。 它可以显示一段文本 当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息 可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a s
Power列表控件
- 本程序实现一个功能强大的列表视控件,本控件具有下列特征: 整行加亮;对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格;可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐);用Column Manager管理列; 支持分类视(象Outlook 98) 在每个单元中,支持定制文本颜色、字体和网格边界; 自动从注册表中存储和装入信息; 打印支持; 每个单元支持图像; 列视的头支持图像;使用多信息编辑控件编辑子项; 用组合框控件支持子项编辑;自动拷贝项到
静态控件的特殊用法
- 使用Visual C++ 6.0编制软件时,静态控件是最常用的控件之一。一般情况下,静态控件用作那些没有固定标题文本属性的控件(如文本编辑控件、列表框等)的标签,或者用来为控件分组,或者用来显示一些提示性的文件。实际上,静态控件除了显示静态文本这一基本功能外,还有许多其他的特殊功能,如在静态控件中可以显示图标、位图,甚至还可以在静态控件中显示动画。本文将通过示例程序来介绍静态控件的这些特殊用法-use Visual C 6.0 software, static control is the mo
复合编辑控件
- 本程序实现了包含提示文本和编辑框的复合编辑控件。-the program includes a suggested text and edit the composite frame editing controls.
Slider下载4.zip
- 这是个VC里的slider控件的应用,使用slider,改变它对应的值,将其显示在edit文本框中,是基于对话框的应用程序,This is a VC's slider controls, use slider and change its corresponding value, to show the edit text box, the dialog is based on the applications
RTFLib.zip
- 一个封装好的类(RichText Builder (StringBuilder for RTF).可以将Rich Text控件中的内容直接保存为RTF格式文件.,A good type of package (RichText Builder (StringBuilder for RTF). Could be in the Rich Text content controls directly saved as RTF files.
RichTextEditor.rar
- Symbian中RichText控件的使用,包括添加文本和图片等,RichText control in Symbian, including adding text and pictures
列表控件中插入行列
- 实现向对话框的组合框控件中插入一行或一列并输入相应文字的功能-Implementation of the combo box control to the dialog to insert a row or column and enter the appropriate text features
一个简单的显示文字控件-atl版本
- 一个简单的显示文字控件-atl版本-A simple text version of the control-atl
329_CustDlg2
- 1. 修改对话框的背景颜色 2. 用位图作为对话框的背景 3. 改变静态控件文字和背景颜色 4. 改变编辑框文字和背景颜色 5. 改变CheckBox的文字和背景颜色 6. 改变RadioBox的文字和背景颜色 7. 改变按钮的背景颜色和文字颜色 8. 在对话框中使用Picture控件 9. 修改Picture控件显示的位图 10.使用LoadImage从资源装入位图-1. Modify the background color of dia
DynamicControl
- 教你如何开发动态的控件,从静态文本、按钮、文本框等控件入手,深入简出,并具可以拖拽保存控件位置-Teach you how to develop dynamic control, from the static text, buttons, text boxes and other controls to start, in-depth Jane out and have to drag and drop controls to preserve the location of
Text
- TEXT控件 实现彩色边框 能够改变普通TEXT没有的边框效果-TEXT realization of color border control
Mydlg
- 基于对话框的,可将文本框控件随意拖动的程序-Based on the dialog box, you can drag a text box control procedures for random
89
- 透明控件简单的使用方式,还有自定义文本在背景图片上的使用-Transparent and simple to use control methods, as well as customize the text used in the background of the picture
sendmessage
- 在Windows编程中,向文本框控件、列表控件、按钮控件等是我们最常接触的控件了。但是在VB中这些控件有时无法实现我们的需要。在这时,我们只要简单的利用Windows API函数就可以扩充这些控件的功能了。-In Windows programming, to the text box control, list control, button control so that we control the most exposure. But sometimes these controls i
Example105
- vc修改对话框上控件的文本颜色 的程序源码,很不错的demo-vc controls on the dialog box to modify the text color of the source code, very good demo
Text_List
- 自写的一个MFC中列表控件CtrlList的操作,主要包括增删和TXT文本读取等(Since writing a list of MFC control CtrlList operations, including additions and deletions and TXT text reading)
MyStatic
- 实现static控件的背景色、文字颜色、边框颜色的切换(Static control to achieve the background color, text color, border color switching)