摘要
按钮是最常见的控件之一,在应用程序和用户进行交互的过程中扮演着十分重要的角色,按钮直接影响着软件操作界面的质量。在VC++中是通过LoadBitmaps和AutoLoad函数来创建位图按钮。在对实现原理分析的基础上.从实际应用的角度.以Au—toLoad数为例说明位图按钮在VC++6.0中的实现过程,经过对程序进行调试,运行良好。实例证明该方法简单、实用。
Button is one of the most familiar controls, and it plays an essential role in the course of interaction of application and user, Button influences directly quality of operational interface. A self-drawing bitmap button can be made by use of LoadBitmaps function or AutoLoad function in VC++, Processes of implementation are proposed by use of AutoLoad function on the basis of principle analysis from the perspective of practical application in VC++ 6,0, The program is debugged and it has a good effect, The results of example shows that this method is brief and utility.
出处
《电脑知识与技术》
2006年第11期218-219,共2页
Computer Knowledge and Technology
关键词
控件
位图
按钮
Control
Bitmap
Button