Friends,
I am from Bangladesh. In our language (Bangla) some alphabets change their shapes according to previous alphabets.
If I want to type Bangla in various applications I must filter each keystrokes i.e.; if a user press "S" key in an application, my application(which is already running) will interpret it as chr(122) or chr(124) or chr(151) [of a Bangla font developed by me] depending upon the previous alphabet and send that character to that application.
Could anyone show me the way?


Reply With Quote