Writing in Arabic in VB
Solved
bob1978
-
gmed -
gmed -
Hello friends. I did a standard installation of VB6. But when I write in Arabic, it doesn't accept it. I want to write the menus and data in Arabic, how can I do that?
Note: I have installed Arabic on Windows and I can write it in word processing applications like Word, for example.
I have already seen a VB program where the menus are written in Arabic.
So how can I do it?
Thanks.
Note: I have installed Arabic on Windows and I can write it in word processing applications like Word, for example.
I have already seen a VB program where the menus are written in Arabic.
So how can I do it?
Thanks.
6 answers
-
اذهب إلى القائمة أدوات --> خيارات
تظهر لك نافذة الخيارات
اختر علامة التبويب تنسيق المحرر، ثم غيّر الخط إلى: Courier New (Arabic)
اضغط على موافق، ويمكنك الكتابة بالعربية في الكود وفي محرر القوائم. -
Salam, I searched like you and I found, I think
I hope it can help you even if it's been a while.... (oh yes, time flies)
Well, I used a Microsoft DLL (don't know if it's legal or illegal)
by loading the Microsoft Forms 2.0 Object Library component
(right-click on the standard controls pane and choose component then check the Microsoft Forms 2.0 Object Library component) it provides labels, buttons, text areas... that allow you to input Arabic characters
to know which file you need to provide to the client users of your app, do a packaging with the installer included in VB6 (you will find among others ms20.dll)
here is a trial I made
http://ww12.arbup.net
and
http://ww7.arbup.net
I await your feedback and remarks
kysidweb@gmail.com
have a nice day
===============================
ps
if you're looking for more since, I apologize -
I am also looking for how to write in Arabic under VB.
If you find anything, I would be grateful if you could inform me..
Thank you very much
Kisses! -
Hello,
I am in the process of creating a website using the .NET 2.0 framework.
However, I am encountering consistent problems:
1- I read a file written in Arabic
2- I display the data from this file in a message box
3- ISSUE: the data is displayed as squares or nothing is displayed
Please can you help me
this is very urgent
thank you in advance -
Hello. To really create a VB project in Arabic, you need an installation CD of VB 6 in Arabic. That CD exists. Look for it and install it on your PC.
-
selected font in the property bar of your label or textbox component,
you will find font, style, size,.. change the script from Western to Arabic and click OK