如何捕获安装向导用户界面中的组合键
我必须在安装向导用户界面中配置快捷键组合。
如果用户将焦点保持在特定用户界面文本框上并同时按下不同的组合键(例如:CTRL+F3),则必须在用户界面文本框中显示相同的组合键。
如何在安装设置向导用户界面中执行此操作。
I have to configure the Shortcut Key combination in the installation wizard user interface.
If the user, keeps the focus on a particular user interface textbox and presses different key combinations (Eg: CTRL+F3) together then the same must be displayed in the user interface text box.
How to do this in the installation Setup Wizard User Interface.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows Installer 不支持此操作,因此只能使用自定义外部 UI 来完成。我不知道有任何设置创作工具具有这种类型的控件,因此您可能必须自己实现一个。
一种更简单的方法是从您的应用程序中检索此信息。
This is not supported by Windows Installer, so it can be done only with a custom external UI. I don't know any setup authoring tools which have this type of control, so you may have to implement one yourself.
An easier approach would be to retrieve this information from within your application.