Tag: 剪贴板预览模式: 普通 | 列表

Wrong character in ClipBoard.AsText??

Wrong character in ClipBoard.AsText??

In Delphi, use ClipBoard unit, a common method "ClipBoard.AsText" is doing a wrong way when using non-English character. How to fix it? Look into the source code, you will find VCL use CF_TEXT to do the job :( change it to CF_UNICODETEXT!
Now we can use following code to due with the problem!

---Chinese---

查看更多...

Tags: ClipBoard 剪贴板 乱码

分类:Tech | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4734