LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 609 users online 223929 members 854 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
zax1108
Favs: Ramen noodles
Mood: Wishful
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
9 online / 14 MPM
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Quoting Post
Archived Topic: It will not be bumped to the top of the forum.
Topic Sending Keys to another prog
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
Suke Posted at 12:38 am on Oct. 27, 2004
Was curious is it possible to send keys to another program like VB sendkeys() ?  For example just a string and a return char is all I would want.. Just a simple way to hit a hotkey and it sends in data to this program without the program knowing.

I'm trying to automate something and it would be a nice fun project to work on if I could do this... and I really didn't want to write it in VB =/.. I also know C but I think if this is possible it would be easiest in Java?

It's a gui that I want to send this input to... and of course it's not my program so I can't set them up with any kind of pipe..

Replies
sakurag Posted at 9:06 am on Oct. 27, 2004
Perhaps you can use a RPC that just runs over the 'fake' network.  That's just a though.