摘要
Windows系统的控制面板是用来对计算机系统进行设置的一个工具集,是由操作系统提供的。用户可以通过程序来实现定制自己的控制面版。每一个控制面板应用程序实际上是一个扩展名为cpl的动态链接库(DLL)组件程序。文中以控制鼠标属性为例,详细介绍了用VC++实现控制面板应用程序的原理和具体实现方法。
Though Windows provides a number of standard control panel applets, people are allowed to add new ones to suit our requirement. A control panel applet resides in a DLL having an extension cpl. In this article will discuss how to create an applet that will allow you to swap mouse buttons and change typical mouse settings like mouse trails and double- click time.
出处
《计算机技术与发展》
2006年第6期110-112,共3页
Computer Technology and Development
关键词
控制面板
组件程序
API
回调函数
control panel
components applet
API
callhack function