如何更改属性表“应用”按钮上的文本
我想更改属性表“应用”按钮上的文本,但我不知道控件的 ID 或 HWND。我确实有属性表的 HWND。有什么想法吗?
I'd like to change the text on a property sheet APPLY button but I don't know the control's ID or HWND. I do have the property sheet's HWND. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现了几个实例,其中人们包含以下定义...
使用上面的 IDD_APPLYNOW 我能够更改按钮上的文本,
不太了解其他符号可能是什么;看起来有些是用于向导属性表的。
I found a couple of instances where folks included the following defines...
Using IDD_APPLYNOW per above I was able to change the text on the button,
Don't have much of an idea what the other symbols might be; look like some are for wizard property sheets.