文件名称:Code
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-02-03
- 文件大小:
- 285kb
- 下载次数:
- 1次
- 提 供 者:
- wanggu******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另一种巧妙方法(用缺省按钮来处理)。-Write dialog user interface program, and how to dialog controls associated data members and their implementation mechanism, how to use the dialog class member function to send a message to the controls and get the dialog box controls the class pointer, how to directly manipulate dialog controls category Dialog Control (send messages and direct calls to member functions). How to generate and destroy controls at runtime. Comparative analysis of the pros and cons of several modes of operation dialog controls. How to shrink and expand part of the dialog box. How to make a text box in the dialog box to get the focus immediately after the program starts, how to use SetWindowLong to change the callback window presentations by changing the default processing mode Enter the text box. Another ingenious ways to pass one by one down the focus of multiple input text box by a carriage return between (to deal with the default button).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Code\Mybole\Debug\MainFrm.obj
....\......\.....\Mybole.exe
....\......\.....\Mybole.obj
....\......\.....\Mybole.pdb
....\......\.....\Mybole.res
....\......\.....\MyboleDoc.obj
....\......\.....\MyboleView.obj
....\......\.....\StdAfx.obj
....\......\.....\TestDlg.obj
....\......\.....\vc60.pdb
....\......\MainFrm.cpp
....\......\MainFrm.h
....\......\Mybole.aps
....\......\Mybole.clw
....\......\Mybole.cpp
....\......\Mybole.dsp
....\......\Mybole.dsw
....\......\Mybole.h
....\......\Mybole.ncb
....\......\Mybole.opt
....\......\Mybole.plg
....\......\Mybole.rc
....\......\MyboleDoc.cpp
....\......\MyboleDoc.h
....\......\MyboleView.cpp
....\......\MyboleView.h
....\......\ReadMe.txt
....\......\res\Mybole.ico
....\......\...\Mybole.rc2
....\......\...\MyboleDoc.ico
....\......\...\Toolbar.bmp
....\......\resource.h
....\......\StdAfx.cpp
....\......\StdAfx.h
....\......\TestDlg.cpp
....\......\TestDlg.h
....\......\Debug
....\......\res
....\Mybole
Code