Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I want to develop a tool, like a language input tool, which when user typing something in this tool, it will output something else to a textbox in other application.

 

Can you understand me? Any idea to do this? TQ!

Posted

For example, in english windows, I can't input other characters using my english keyboard. So when user want to input chinese characters to notepad, he need to open notepad and my application, then when they type "AAA" and press "Enter", it will output as chinese character to notepad.

 

Mean I need to send character or string from my application to other application like notepad, ms word or any application with input field (textbox)

Posted
Hmm, can't say I know much about possible .Net solutions here but you could use some API's e.g. FindWindow or enumerate windows to allow selection from a list to get the application handle and then use postmessage to send the characters to the application...

Please check the Knowledge Base before you post.

"Computers are useless. They can only give you answers." - Pablo Picasso

The Code Net

Posted
Hmm' date=' can't say I know much about possible .Net solutions here but you could use some API's e.g. FindWindow or enumerate windows to allow selection from a list to get the application handle and then use postmessage to send the characters to the application...[/quote']

 

I think it is quite brief for me... If there any reference or online guidance for it?

 

Thank you

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...