Writing in Arabic in VB

Solved
bob1978 -  
 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.

6 answers

soubonoi Posted messages 51 Status Member 9
 
اذهب إلى القائمة أدوات --> خيارات
تظهر لك نافذة الخيارات
اختر علامة التبويب تنسيق المحرر، ثم غيّر الخط إلى: Courier New (Arabic)
اضغط على موافق، ويمكنك الكتابة بالعربية في الكود وفي محرر القوائم.
4
naslifirsst Posted messages 4 Status Member
 
Hello, I tried your trick to write in Arabic but I couldn't find Arabic among the choices in the editor format
can you help me because I really want to know and if you have other important things about VB, don't forget to send them to me
thanks a lot
here's my inbox naslifirst@live.fr
0
gmed
 
Thank you very much, that's very kind.
0
kysid Posted messages 32 Status Member 8
 
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
2
TRAVELnOW
 
Thank you very much. I will be able to write my invoices in Arabic so that I can get paid quickly.
0
salma
 
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!
1
ra_gu Posted messages 1 Status Member 1
 
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
1
brahim peche Posted messages 5 Status Member 1
 
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.
1
vega779
 
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
0