如何使用 sendmessage 和 c# 增加第三方应用程序中轨迹栏/滑块的价值?
你好, 我希望增加和减少第三方应用程序中滑块/轨迹栏的值。是否可以使用 sendMessage() 执行相同的操作。我已经拿到了滑块的手柄。有人可以帮忙吗? 谢谢。
HI,
I am looking to increase and decrease the value of a slider/trackbar in a third party application. is it possible to do the same using sendMessage(). I have got the handle of the slider. Could some one help please?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先像这样定义 SendMessage 函数
然后像这样更新滑块位置
使用获取最大和最小可用位置
First define SendMessage function like this
Then update slider position like this
Get max and min available position using