如何显示马拉地语消息框 [英] how to display marathi messagebox

查看:86
本文介绍了如何显示马拉地语消息框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hii,



我想通过使用shivaji 05或shivaji 02 font.how显示马拉地语消息框我显示请发给我代码。

hii,

I want to display marathi message box by using shivaji 05 or shivaji 02 font.how i display please send me code.

推荐答案

您可以使用模态 System.Windows.Forms.Form创建自己的版本 MessageBox code>或 System.Windows.Window



模态意味着......你应该明白它。总之,这就像使用 ShowDialog 。请参阅:

http://msdn.microsoft.com/en-us /library/c7ykbedk.aspx [ ^ ],

http:// msdn .microsoft.com / zh-cn / library / system.windows.window.showdialog.aspx [ ^ ]。



现在,只是为了你的理解:它可以不是马拉地语消息框,但它可能是Devanāgarī消息框。你了解其中的区别吗? Unicode并不了解马拉地语。现代马拉地语使用Devanāgarī;并且它被用于许多其他语言(包括梵语!)并且非常受欢迎,默认情况下它几乎在所有现代操作系统中使用。您的消息框可能是一个Unicode消息框,也许是用户可以选择设置消息字体。或者,您可以简单地使用一种通用字体,例如Arial Unicode MS。



使用Character Map应用程序(Charmap.EXE,与所有版本的Windows捆绑在一起)找出可以使用的内容。



-SA
You can create your own version MessageBox using either modal System.Windows.Forms.Form or System.Windows.Window.

"Modals" means… well you should understand it. In a word, this is like using ShowDialog. Please see:
http://msdn.microsoft.com/en-us/library/c7ykbedk.aspx[^],
http://msdn.microsoft.com/en-us/library/system.windows.window.showdialog.aspx[^].

Now, just for your understanding: it could not be "Marathi Message Box", but it could be "Devanāgarī Message Box". Do you understand the difference. Unicode does not "know" nothing about Marathi. Modern Marathi uses Devanāgarī; and it is used in a number of other languages (including Sanskrit!) and is so popular that it is used in nearly all modern OS by default. And your Message Box should be a "Unicode Message Box", perhaps, with the option for the user to set the message font. Alternatively, you can simply use one "universal" font, such as "Arial Unicode MS".

Find out what you can use using the Character Map application (Charmap.EXE, bundled with all versions of Windows).

—SA


这篇关于如何显示马拉地语消息框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆