Warning: file_get_contents() [function.file-get-contents]: SSL: 远程主机强迫关闭了一个现有的连接。 in D:\wwwroot\huidong\wwwroot\function.inc.php on line 884

Warning: file_get_contents(https://whois.pconline.com.cn/jsLabel.jsp?ip=127.0.0.1) [function.file-get-contents]: failed to open stream: HTTP request failed! in D:\wwwroot\huidong\wwwroot\function.inc.php on line 884
Win32 设置文本框(EditBox)滚动条位置 - huidong

huidong

首页 | 会员登录 | 关于争取 2022 寒假做出汇东网 Ver3.0.0 !
搜索文章


// 滚动到任意位置
SendMessage(edit.GetHandle(), WM_VSCROLL, MAKEWPARAM(SB_THUMBPOSITION, 10 /* 目标位置 */), 0);
    
// 滚动到最底部
SendMessage(edit.GetHandle(), WM_VSCROLL, SB_BOTTOM, 0);

SetScrollRange 可以设置滚动条范围。


参考 msdn:

https://learn.microsoft.com/zh-cn/windows/win32/controls/wm-vscroll 



返回首页


Copyright (C) 2018-2024 huidong