winform中如何使用箭头字符
我正在创建一个 Excel 插件,我想在 winforms 表单中使用向上/向下字符作为按钮的文本。 我尝试使用 ˄ 和 ↑ 和 ▲。 它们在 Office 2010 (Windows 7) 上运行良好,但在 Office 2007 (Windows XP) 上运行不佳。 我显然缺少对这些字符的使用方式的一些基本理解。
欢迎任何帮助 谢谢
I'm creating an excel add-in and i wanted to use up/down characters in a winforms form for a button's text.
I tried using ˄ and ↑ and ▲.
They all worked well on office 2010 (windows 7) but not on office 2007 (windows xp).
I'm obviously missing some basic understanding about the way these characters are used.
Any help would be welcome
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows XP 的字体很糟糕,对异常字形的支持很差。使用目标计算机上的 Charmap.exe 小程序查找可用的字体和字形。穷人的选择是v和^(字母v和shift+6)。图像是另一种解决方案。请访问 superuser.com 询问更多相关问题
Windows XP has crummy fonts with poor support for unusual glyphs. Use the Charmap.exe applet on the target machine to find a font and a glyph that works. The poor man's choice is v and ^ (letter v and shift+6). An image is another solution. Ask more questions about this at superuser.com