Hi there,
I'm new to VB.NET. I want to develop the localized typing tutor.
I want to load the keyboard layout of Devnagari Script. But I'm confused with using LoadKeyboardLayout() API. The only confusing part is the parameters.
I have tried to get the sample code in the internet but I couldn't.
any help will be appreciable.
Thank you
I'm new to VB.NET. I want to develop the localized typing tutor.
I want to load the keyboard layout of Devnagari Script. But I'm confused with using LoadKeyboardLayout() API. The only confusing part is the parameters.
VB.NET:
HKL LoadKeyboardLayout(
LPCTSTR pwszKLID,
UINT Flags
);
I have tried to get the sample code in the internet but I couldn't.
any help will be appreciable.
Thank you