المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : GetAsyncKeyState in diffrent languages



C# Programming
06-29-2012, 04:34 AM
Hi
I used the GetAsyncKeyState API function
Private Declare Function GetAsyncKeyState Lib "user32"
(ByVal vKey As Integer) As Short

My problem is that I have to know if the key that pressed is the English or other languages to print out the key which is pressed

thank you in advance to helping me out