问题标签 [control-panel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
tkinter - tkinter 的大小是 xp 和 win7 的区别
我通过 tkinter 在 winXP 中进行 GUI 编程,但我发现它的大小不同。我学习它是因为系统默认字体不同。在CMD中使用“control /name Microsoft.Personalization /page pageColorization”可以打开这个页面。但是我如何在 python 代码中设置项目和字体?
c# - 在本地化系统中打开键盘属性对话框
我有以下代码,当用户单击按钮时,它会打开键盘属性对话框:
当您的系统的默认语言是英语时,此代码可以正常工作,如果是中文等其他语言,则该FindWindow
方法不会退出。可能是因为对话框窗口不再具有名称“键盘属性”。你们有什么建议?我应该如何处理这个问题,以便我能够打开键盘属性对话框,无论系统的语言是什么。
delphi - 如何获取 Windows 控制面板的文件名和目录?
在 Delphi 中,创建一个 VCL 表单应用程序。如果您在 64 位 Windows 上,请使用 64 位 Windows 平台。
使用以下代码:
这让我得到了控制面板的显示名称。
但是我怎样才能得到文件路径?(ShExeInfo.lp 目录、ShExeInfo.lp 文件)
mysql - Xampp控制器面板出现错误
我不知道为什么。突然,在我重新启动笔记本电脑并打开我的 XAMPP 控制器面板后。它变成了错误
我无法启动 apache 和 mysql。除此之外,下面的文字变得很小。并显示错误消息
我应该怎么办。
oracle - 为什么我的 Oracle 客户端安装没有出现在 Windows 控制面板中?
我的工作站上安装了 Oracle 客户端。tnsping 报告:
C:\temp> tnsping
适用于 32 位 Windows 的 TNS Ping 实用程序:版本 12.2.0.1.0 - 2018 年 7 月 6 日 09:22:33 生产
版权所有 (c) 1997、2016,甲骨文。版权所有。
但是,它不会出现在控制面板程序中。那里唯一的甲骨文(Java除外)是
.NET 帮助的 Oracle 数据提供程序
我只是想了解这种(明显的)断开连接。Bingoogle 一无所获(或者我没有以正确的方式提出问题)。
visual-studio-2017 - How do I set the Publisher in Windows install
I have created a Setup Wizard installer in Visual Studio 2017. My application is installed but the Control Panel|Programs and Features does not show the correct Name or the Publisher. The name shows up as "Setup" and the Publisher is "Default Company Name".
I have added the company certificate to the executable project and have defined the "Publisher Name" and "Product Name" on the "Publish Options" dialog.
How do I define these items, either in the application project or the setup project, so they show up in the "Programs and Features" correctly?