Hindi Keyboard

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
Junior Programmer [ Fr, 25 Januar 2008 13:28 ] [ ID #1915953 ]

Re: Hindi Keyboard

On Jan 25, 2:28 pm, Junior Programmer <aash... [at] gmail.com> wrote:
> 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.
ic3b3rg [ Sa, 26 Januar 2008 01:23 ] [ ID #1916711 ]

Re: Hindi Keyboard

> 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.


--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
nmihai_year_2000 [ Sa, 26 Januar 2008 07:41 ] [ ID #1916713 ]

Re: Hindi Keyboard

On Jan 26, 11:41 am, "Mihai N." <nmihai_year_2... [at] yahoo.com> wrote:
> > 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.
>
> --
> Mihai Nita [Microsoft MVP, Windows - SDK]http://www.mihai-nita.net
> ------------------------------------------
> Replace _year_ with _ to get the real email

Thanks.
Junior Programmer [ Do, 31 Januar 2008 08:25 ] [ ID #1920636 ]

Re: Hindi Keyboard

On Jan 26, 5:23 am, ic3b3rg <aykutxaki... [at] gmail.com> wrote:
> On Jan 25, 2:28 pm, Junior Programmer <aash... [at] gmail.com> wrote:
>
> > 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.

Thanks
Junior Programmer [ Do, 31 Januar 2008 08:25 ] [ ID #1920637 ]
Microsoft » microsoft.public.dotnet.general » Hindi Keyboard

Vorheriges Thema: Programmatically create Access 2007 database
Nächstes Thema: Outlook 2007 Integration