Use user32.dll functions in the Custom outlook forms.

S

Stam

Is it possible to use user32.dll functions in the Custom outlook forms
(VbScript)?
I need a value of GetKeyboardLayoutName.
Is it another way to recognize a current Keyboard Layout?
 
K

Ken Slovak - [MVP - Outlook]

VBScript code cannot make Win32 API calls. If that value is somewhere in the
registry you could read it using the WSH registry functions.
 
Top