Friday, December 30, 2011

Get GetKeyboardLayout language from a thread

Option Explicit 'Get GetKeyboardLayout language from a thread 'Original code by Gringo Man Private Declare Function GetKeyboardLayout Lib "user32" (ByVal dwLayout As Long) As Long Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal...
READ MORE - Get GetKeyboardLayout language from a thread