Use user32.dll functions in the Custom outlook forms.

  • Thread starter Thread starter Stam
  • Start date Start date
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?
 
VBScript code cannot make Win32 API calls. If that value is somewhere in the
registry you could read it using the WSH registry functions.
 
Back
Top