| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1524 人关注过本帖
标题:菜鸟发问 点击ScrollBar的两端的箭头的时候 往消息列队发送的是什么消息
只看楼主 加入收藏
yzk0370
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2005-4-14
收藏
 问题点数:0 回复次数:1 
菜鸟发问 点击ScrollBar的两端的箭头的时候 往消息列队发送的是什么消息
点击ScrollBar的两端的箭头的时候 往消息列队发送的是什么消息 比如我想实现用一个ScrollBar控制一个Edit显示的数字,按Scroll上面的箭头Edit中数字加一,按下面的箭头减一
搜索更多相关主题的帖子: 箭头 ScrollBar 两端 列队 
2005-04-28 18:24
C++大粉丝
Rank: 4
等 级:贵宾
威 望:10
帖 子:477
专家分:0
注 册:2004-4-23
收藏
得分:0 

<<Programming Windows(Fifth Edition)>> Chapter four Scroll Bar You use the identifiers containing the words LEFT and RIGHT for horizontal scroll bars, and the identifiers with UP, DOWN, TOP, and BOTTOM with vertical scroll bars. The notification codes associated with clicking the mouse on various areas of the scroll bar are shown in Figure 4-9.

Figure 4-9. Identifiers for the wParam values of scroll bar messages.

If you hold down the mouse button on the various parts of the scroll bar, your program can receive multiple scroll bar messages. When the mouse button is released, you'll get a message with a notification code of SB_ENDSCROLL. You can generally ignore messages with the SB_ENDSCROLL notification code. Windows will not change the position of the scroll bar thumb. Your application does that by calling SetScrollPos.


I am a big fan of c plus plus.
2005-04-29 09:11
快速回复:菜鸟发问 点击ScrollBar的两端的箭头的时候 往消息列队发送的是什么消 ...
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016118 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved