由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 怎么在 label 里同时显示希腊字母和英文字母?
相关主题
[合集] webbrowser control questionHow to open a local HTML file with parameters in the default browser in vb.net?
投票how to retrieve the posts of mitbbs using .Net?
[合集] 说到netadvantagedotnet社区的大牛们看过来
[合集] Log on to a remote computer求助:关于online editor。
[合集] 最不爽的就是c#搞了不少syntax sugar就为了少打几个字.NET生成的程序都是unicode的吗?
[合集] silverlight现在如何了?webbrowser control question
[合集] 在中国谷歌输给百度的原因之一C#.Net Funsdamentals (3)
好冷清啊visual studio 和 中文
相关话题的讨论汇总
话题: 169话题: 希腊字母话题: 英文字母话题: label话题: greek
进入DotNet版参与讨论
1 (共1页)
G*******e
发帖数: 426
1
刚刚接触编程, 比较白痴.
比如要显示微米这个单位 (um)
谢谢!
c**t
发帖数: 2744
2
you can use image

【在 G*******e 的大作中提到】
: 刚刚接触编程, 比较白痴.
: 比如要显示微米这个单位 (um)
: 谢谢!

G*******e
发帖数: 426
3
谢谢 cogt
后来问了一个哥们, 发现直接从系统工具的 Character Map 先找到 label 所用字体的
字符集, 从字符集里面 copy 到 label 里面就可以了. 限制之处是有可能所选的字体里面没有想要的符号.

【在 c**t 的大作中提到】
: you can use image
y********o
发帖数: 2565
4
用HTML character code 不行吗? 像这样:
Label1.Text = "These are the greek letters & m i c r o; and & m u ;";
得到这个:
These are the greek letters µ and μ
G*******e
发帖数: 426
5
我试了, & 只是给它后面的一个字母加个下划线.

【在 y********o 的大作中提到】
: 用HTML character code 不行吗? 像这样:
: Label1.Text = "These are the greek letters & m i c r o; and & m u ;";
: 得到这个:
: These are the greek letters µ and μ

j********g
发帖数: 88
6
用unicode编码
O*******d
发帖数: 20343
7
copy/paste μ

【在 G*******e 的大作中提到】
: 刚刚接触编程, 比较白痴.
: 比如要显示微米这个单位 (um)
: 谢谢!

O*******d
发帖数: 20343
8
μμμμμμμμμμμμμμμμμμμμμμμμμμμμμμμ
O*******d
发帖数: 20343
9
还有, Copyright symbol ©©©©©©©©&#
169;©©©©©©©©©©©©
©©
c**e
发帖数: 2558
10
In Visual Studio 2005/C#, use unicode:
this.label1.Text = "1,000 \u5FAE\u7C73(\u03BCm) = 1 \u6BEB\u7C73(mm)";
This put
1,000 微米(μm) = 1 毫米(mm)
in the lable.

【在 G*******e 的大作中提到】
: 刚刚接触编程, 比较白痴.
: 比如要显示微米这个单位 (um)
: 谢谢!

1 (共1页)
进入DotNet版参与讨论
相关主题
visual studio 和 中文[合集] 最不爽的就是c#搞了不少syntax sugar就为了少打几个字
我承认,我惊呆了[合集] silverlight现在如何了?
中文问题请教 (转载)[合集] 在中国谷歌输给百度的原因之一
这里文化人多,帮我认个字“身小”好冷清啊
[合集] webbrowser control questionHow to open a local HTML file with parameters in the default browser in vb.net?
投票how to retrieve the posts of mitbbs using .Net?
[合集] 说到netadvantagedotnet社区的大牛们看过来
[合集] Log on to a remote computer求助:关于online editor。
相关话题的讨论汇总
话题: 169话题: 希腊字母话题: 英文字母话题: label话题: greek