Using VB.NET API

nirvan

New member
Joined
Sep 22, 2004
Messages
1
Programming Experience
1-3
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.

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
 
Back
Top