How to make an application like google transliteration desktop application in c#
        Posted  
        
            by Thunder
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Thunder
        
        
        
        Published on 2010-06-09T05:55:06Z
        Indexed on 
            2010/06/09
            6:02 UTC
        
        
        Read the original article
        Hit count: 414
        
I would like to make a application that accepts the entry from keyboard modify it and send it to the active window (may be application like word, excel,notepad windows screens ) etc. It the feature is just like google's transliteration application for windows . I would like to do it in c# . I think this involves hooking in the keyboard and sending keys (like sendkey in vb) to the current window.
© Stack Overflow or respective owner