更改 Windows 的区域和语言设置
我想从 vb 6.0 更改 Windows 的区域和语言设置。有什么方法可以将区域和语言设置更改为 Windows 默认值,如图所示。
I want to change the regional and language setting of the windows from the vb 6.0. Is there any way to change the regional and language setting to the windows' default like in the picture.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果有的话那将是一个坏主意。
这些设置属于用户,而不是您的程序。
If there is it would be a bad idea.
These settings belong to the user, not your programs.
我认为在程序运行时更改设置然后将设置恢复为旧值是可以接受的。或者甚至征求用户的许可。有时,有必要这样做。
I think it is acceptable to change the settings while the program is running then restore the settings to old values. Or even ask the user for permission. Some times, it's necessary to do that.