本文介绍了Windows 10 Creators更新后DateTimePicker出现乱码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使用DateTimePicker Windows控件使用VS 2015,C#,Winforms构建的应用程序,在将计算机更新为Windows Creators Update之后,文本显示为乱码.
Application built with VS 2015, C#, Winforms, using the DateTimePicker Windows control, text is garbled after updating machines to the Windows Creators Update.
还有其他人遇到这个问题吗?还是有任何建议的解决方法?
Has anyone else come across this or is there any suggested work around ?
推荐答案
Windows 10的六月累积更新(KB 4022725)包含已更新的COMCTL32.DLL,其中包含针对此问题的修复程序.安装更新后,文件版本应为5.82.15063.413.
The June cumulative update for Windows 10 (KB 4022725) includes an updated COMCTL32.DLL that contains a fix for this issue. The file version should be 5.82.15063.413 after the update is installed.
这篇关于Windows 10 Creators更新后DateTimePicker出现乱码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!