Hindi Keyboard

  • Thread starter Thread starter Junior Programmer
  • Start date Start date
J

Junior Programmer

Hello Everyone,

In my application i need to develop a keyboard which type Hindi
characters.
As a control i make it. On clicking of this i can create code but how
can i type a hindi char in coding ?

Please help me.

Thanx
 
Hello Everyone,

In my application i need to develop a keyboard which type Hindi
characters.
As a control i make it. On clicking of this i can create code but how
can i type a hindi char in coding ?

Please help me.

Thanx

Hi,

I think you can use unicode for Hindu or other language characters.
For this. You should type '\uC' where C is the unicode char code.

I hope this helps.
 
In my application i need to develop a keyboard which type Hindi
characters.
As a control i make it. On clicking of this i can create code but how
can i type a hindi char in coding ?

A keyboard is a system wide "thing," not an application speciffic feature.
Personaly I would hate to have 5 different applications with 5
slightly different keyboard layouts.

So you should have your application accept Unicode input, and any keyboard
will work.

Separately you can create a keyboard layout using the DDK, or MSKLC.
And the keyboard will be available to any application.
 
A keyboard is a system wide "thing," not an application speciffic feature.
Personaly I would hate to have 5 different applications with 5
slightly different keyboard layouts.

So you should have your application accept Unicode input, and any keyboard
will work.

Separately you can create a keyboard layout using the DDK, or MSKLC.
And the keyboard will be available to any application.

Thanks.
 
Hi,

I think you can use unicode for Hindu or other language characters.
For this. You should type '\uC' where C is the unicode char code.

I hope this helps.

Thanks
 
Thanks- उदà¥à¤§à¥ƒà¤¤ पाठ छिपाà¤à¤ -

उदà¥à¤§à¥ƒà¤¤ पाठ दिखाà¤
dhanyawad !
 
Back
Top