搜索资源列表
ATLCreateActiveXCtrl
- 如何用ATL创建ActiveX控件 实现了一个ActiveX控件,它在一个圆内部有个正多边形,当用户在多变形内部单击将会使多边形的边数在当前的基础上+1,在多变形外部单击将会使多边形的边数在当前的基础上-1,并能改变多边形的颜色.最后举了两个例子说明了如何使用这个刚刚生产得控件.一个是把该控件应用到网页中,一个则是用于一个基于对话框的程序中.详细代码请下载压缩包.-how to use ActiveX to create an ActiveX control, it is an internal
TIME
- 创建一个带有“时间”的菜单,“时间”菜单中包含“年、月、日”、“小时、分、秒”和“退出”选项,其中选择“年、月、日”时,在窗口的对话框中显示当前的日期,选择“小时、分、秒”时,在对话框中显示是当前的时间。本例的工程文件名为12_5。 -Create a with a \"time\" menu, \"time\" menu contains \"year, month, day\", \"hours, minutes and seconds\" and \"exit\" option, wh
ListCtrlComboEdit
- 建立一个对话框程序,然后添加ListCtrl控件,然后实现它与ComboBox控件以及Edit控件的联合使用。-Create a dialog program, and then add the ListCtrl control, and then implement it with the ComboBox control and Edit control.