Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
managing one program from another??
Name: Netooi Date: January 7, 2003 at 01:32:44 Pacific OS: winXP CPU/Ram: Athlon 2100/512MB
Comment:
Hello, I was wondering how to do the following in C++. I will be using C++ builder to do this probably if it has any built in things to help. I want to write a little program that will be able to tell another program that is already running to execute a command such as hitting a letter key or the enter key, etc... Could someone point me in the right direction? Thanks!
Name: borelli34 Date: January 7, 2003 at 07:52:23 Pacific
Reply:
NetOOI: What you wish to accomplish may or may not be doable depending on a couple of things; so first things first: Is this going to be for a specific app or any app in general. Let us know and I will respond with my assesment there-after.
borelli34
0
Response Number 2
Name: netooi Date: January 7, 2003 at 12:29:06 Pacific
Reply:
Well, what I want to do more specifically is to make a macro type program for an online game that I play. I need to be able to give the game commands to do certain things like fire, target enemies, etc... Let me know if you need some more details. Thanks for your time
Summary: Can No one help me with this, as it's been nearly 2 weeks and I've only had one reply from another user. if the code I have doesn't work could someone suggest another? Your help would be greatly appr...
Summary: I want to be able to control a VB app on one computer, from another computer (over a network) -I'm making a Client/Server App. -Bascially i want the server to show a form on the workstation Applicatio...
Summary: As I understand, you have an EXECUTABLE of one programm that was originnaly written in C and u want to run this executable from another C program u r writing right now. If it so u just have to use the...