文件名称:自定义控件
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 234.75kb
- 下载次数:
- 1次
- 提 供 者:
- 沈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用VC写的自定义控件的程序
该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。
它可以显示一段文本
当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息
可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a simple function, like Static Control. It can show a text when users click the left mouse button, the controls became a father window click send alerts to respond to two user-defined information. WM_SETCONTROLTEXT (setting displays the text) WM_GETCONTROLTEXT (to be shown in the text)
该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。
它可以显示一段文本
当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息
可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a simple function, like Static Control. It can show a text when users click the left mouse button, the controls became a father window click send alerts to respond to two user-defined information. WM_SETCONTROLTEXT (setting displays the text) WM_GETCONTROLTEXT (to be shown in the text)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 51622440自定义控件.zip 列表 自定义控件/ 自定义控件/CustomControl/ 自定义控件/CustomControl/CustomControl/ 自定义控件/CustomControl/CustomControl.ncb 自定义控件/CustomControl/CustomControl.sln 自定义控件/CustomControl/CustomControl.suo 自定义控件/CustomControl/CustomControl/CustomControl.aps 自定义控件/CustomControl/CustomControl/CustomControl.cpp 自定义控件/CustomControl/CustomControl/CustomControl.def 自定义控件/CustomControl/CustomControl/CustomControl.dll 自定义控件/CustomControl/CustomControl/CustomControl.h 自定义控件/CustomControl/CustomControl/CustomControl.rc 自定义控件/CustomControl/CustomControl/CustomControl.vcproj 自定义控件/CustomControl/CustomControl/MyControl.cpp 自定义控件/CustomControl/CustomControl/MyControl.h 自定义控件/CustomControl/CustomControl/ReadMe.txt 自定义控件/CustomControl/CustomControl/res/ 自定义控件/CustomControl/CustomControl/Resource.h 自定义控件/CustomControl/CustomControl/res/CustomControl.rc2 自定义控件/CustomControl/CustomControl/stdafx.cpp 自定义控件/CustomControl/CustomControl/stdafx.h 自定义控件/TestControl/ 自定义控件/TestControl/TestControl/ 自定义控件/TestControl/TestControl.ncb 自定义控件/TestControl/TestControl.sln 自定义控件/TestControl/TestControl.suo 自定义控件/TestControl/TestControl/CustomControl.dll 自定义控件/TestControl/TestControl/CustomControl.lib 自定义控件/TestControl/TestControl/MyControl.h 自定义控件/TestControl/TestControl/ReadMe.txt 自定义控件/TestControl/TestControl/res/ 自定义控件/TestControl/TestControl/resource.h 自定义控件/TestControl/TestControl/res/TestControl.ico 自定义控件/TestControl/TestControl/res/TestControl.manifest 自定义控件/TestControl/TestControl/res/TestControl.rc2 自定义控件/TestControl/TestControl/stdafx.cpp 自定义控件/TestControl/TestControl/stdafx.h 自定义控件/TestControl/TestControl/TestControl.aps 自定义控件/TestControl/TestControl/TestControl.cpp 自定义控件/TestControl/TestControl/TestControl.exe 自定义控件/TestControl/TestControl/TestControl.h 自定义控件/TestControl/TestControl/TestControl.rc 自定义控件/TestControl/TestControl/TestControl.vcproj 自定义控件/TestControl/TestControl/TestControlDlg.cpp 自定义控件/TestControl/TestControl/TestControlDlg.h