搜索资源列表
Lesson7Code
- 对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理,如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通
FormDialog
- 在mfc环境下建立带有文本控件,还有BUTTON控件的Dialog,并且输入到文本控件中内容时,还可以再弹出一个小对话框,用以显示,是一个建立对话框的小程序-mfc environment in the establishment of controls with text, there are BUTTON Dialog Control, text input and control of the contents, can also pop up a small dialog box to
chuangkon_jiemian
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment).
WindowsDialogCode
- 对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理,如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通
ex1276a
- 利用VC6在建立个菜单、键盘加速键、复文本编辑控件和属性表,通过属性列表可以进行对字体的尺寸,颜色,字体,样式的修改-use in establishing menu, keyboard keys to accelerate, rehabilitation text editing controls and attribute table, through attribute table for the right font size, color, typeface, format chang
Logbook_demo
- 非常COOL的登录记录显示控件,同时显示图标和文字-very COOL login record shows Controls also showed icons and text
CamberCurveTest_2
- 使用VC++6.0编写,在文本框控件中以曲线的形式显示数据,可以方便地移植到其他的大程序中。-use VC 6.0, in the text box controls were in the form of a curve display data, can be easily transplanted to other major procedures.
CEdit
- 编辑框与按钮的结合使用,当在编辑框输入文字时,点击控件会把编辑框的字清空掉-Edit box and button combination, while in the edit box to enter text, click the edit box control will clear out the word
APIfunctionreference
- 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
329_CustDlg2
- 1. 修改对话框的背景颜色 2. 用位图作为对话框的背景 3. 改变静态控件文字和背景颜色 4. 改变编辑框文字和背景颜色 5. 改变CheckBox的文字和背景颜色 6. 改变RadioBox的文字和背景颜色 7. 改变按钮的背景颜色和文字颜色 8. 在对话框中使用Picture控件 9. 修改Picture控件显示的位图 10.使用LoadImage从资源装入位图-1. Modify the background color of dia
custom_caption_prj
- 定制窗口标题控件,可指定标题背景、文本风格、多行标题、渐变标题背景等。-Custom Window Title controls, may designate the title of the background, text style, multi-line title, the title Gradient background.
TestDoModal
- 弹出模态对话框,点击确定按钮,可以根据ID获取模态对话框中的编辑框等其他子控件的TEXT.-Modal pop-up dialog box, click OK button, you can access in accordance with modeless dialog ID of edit box control, and other sub-TEXT.
MatrixCtrl
- 这是一个矩阵字体现显示控件,使用简单,首先插入该CMatrixCtrl控件的.h和 .cpp文件到您的项目,添加一个静态控件到您的对话框资源,把静态控件修改声明为CMatrixCtrl类的一个成员变量。-This is an attempt to create a control which looks a little bit like the credits of the Matrix movie. While it isn t the greatest clone of the Matri
CLabel_demo
- 扩展的CStatic控件,有了它,在窗口输出各种漂亮的文字就变得简单了-CStatic control expansion, with its output in a variety of beautiful window becomes simple text
VCPPWindowszoominandoutautomaticly
- 自己编写的用vc++实现窗口的放大和缩小,(里边的文字和控件也随着改变),是一个类,可以直接使用-I have written using vc++ implementation of the window zoom in and out, (inside the text and also with the change in control), is a class that can be used directly
MFC-practice
- MFC 底下各种控件练习。其中包括一些常用例如,对话框,文本等-MFC control under a variety of exercises. Including some of the commonly used example, dialog boxes, text, etc.
Graphic
- 如何设置对话框中控件的文本颜色以及背景色等,如何在窗口中显示一副位图的程序-How to set up the dialog control and the text color of the background color, how in the window displays a pair of bitmap program
Chapter6
- 对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另
ZCL
- 超酷的用户登录程序、圆角窗口、历史组合框、列表框、超酷按钮、抽屉式窗口、超酷软键盘等各种自绘控件-Translate from: English Allow phonetic typingType text or a website address or translate a document. Cancel Chāo kù de yònghù dēnglù chéngxù, yuán jiǎo chuāngkǒu, lìshǐ zǔhé kuāng, lièbiǎo kuāng,
Test
- 在dll里面使用对text控件传值!-Dll using a dialog box in which traditional values
