在消息框中显示非英语文本 [英] display non-English language text in a message box

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

问题描述

我在MS Access中的应用程序中编写了以下代码,以波斯语(非英语)显示消息框,但是当我键入波斯语(Persion)时,它会键入一些特殊/未知/不同的字符,并且在我运行该应用程序时,消息框将显示那些特殊/不同的字符,而不是我要显示的احمد".

i wrote the following code in my application which is in MS Access, to display a message box in Farsi language(non-English language), but while i am typing in Farsi(Persion) it types in some special/unknown/different characters, and also while i run the application the message box displays that special/different characters instead of "احمد" which i want to be display.

msgbox(احمد")

msgbox("احمد")

任何帮助都是我的荣幸,我真的需要任何形式的答复和帮助.

any help well be my pleasure, and i really need for any kind of reply and help pleaseeeee.

推荐答案

可能会针对所使用的控件签入 unicode 选项.

Might check into unicode options for the controls you're using.

基于我做过的一些谷歌搜索,msgbox似乎没有内置任何Unicode支持(对我来说是惊奇的),但是显然其他控件确实默认支持它,导致自定义解决方案.参见下面的链接.

我发现一个论坛帖子提到一个自定义msgbox创建者: http://www.pcreview.co.uk /forums/msgbox-wont-display-unicode-characters-t2766299.html

A forum post I found mentions a custom msgbox creator: http://www.pcreview.co.uk/forums/msgbox-wont-display-unicode-characters-t2766299.html

另一篇文章讨论如何制作将显示unicode消息的表单: http://groups.google.com/group/microsoft .public.access/browse_frm/thread/4f2cd646023e0054/892dfd73309ad76b

Another post discussing how to make forms that will display a unicode message: http://groups.google.com/group/microsoft.public.access/browse_frm/thread/4f2cd646023e0054/892dfd73309ad76b

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

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