.
C# Signature:
[DllImport("user32.dll")]
static extern int ActivateKeyboardLayout(IntPtr nkl, uint Flags);
VB.Net Signature:
<DllImport("user32.dll")> _
Public Shared Function ActivateKeyboardLayout(ByVal nkl As IntPtr, ByVal Flags As uint) As Integer
End Function
User-Defined Types:
None.
Notes:
See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/activatekeyboardlayout.asp for details.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
System.Windows.Forms.InputLanguage
The ActivateKeyboardLayout API
5/15/2017 1:36:24 AM - 62.202.21.64
