Link to home
Start Free TrialLog in
Avatar of CSecurity
CSecurityFlag for Iran, Islamic Republic of

asked on

MapVirtualKeyEx Example to print all chars in Arabic

Hello!

I want to show (print out) all possible chars in Arabic keyboard layout by using MapVirtualKeyEx...

I need an example.

For example:

for i = 1 to 256
Form1.print MapVirtualKeyEx (...
Next i

Please advice!
Thanks from now!
Avatar of Christopher Kile
Christopher Kile
Flag of United States of America image

Avatar of CSecurity

ASKER

None helped!

I don't know maybe it's not related to MapVirtualKeyEx... I want to show charachters in specified language
hmmmmm....you need to either set your keyboard to Arabic, or you need to locate the mapping table that is used to do this.  
I know, but how?
ASKER CERTIFIED SOLUTION
Avatar of Christopher Kile
Christopher Kile
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial