winform中如何使用箭头字符

发布于 2024-10-30 17:21:46 字数 185 浏览 2 评论 0原文

我正在创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屌丝范 2024-11-06 17:21:46

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文