|
-
May 26th, 2005, 06:43 PM
#1
Thread Starter
Fanatic Member
Control a program through another program [RESOLVED]
I want to code a program that can control another program. For example, I want my program to have a command button or something that says "next" and when clicked the next track plays in winamp. I would really like to learn how to do this.
Thanks,
Sir Loin
Last edited by Sir Loin; May 26th, 2005 at 06:53 PM.
-
May 26th, 2005, 06:46 PM
#2
Re: Control a program through another program
 Originally Posted by Sir Loin
I want to code a program that can control another program. For example, I want my program to have a command button or something that says "next" and when clicked the next track plays in winamp. I would really like to learn how to do this.
Thanks,
Sir Loin
Well, at a minimun you'd need to know the basic's of API, some of the type of things required would be:
Finding Windows,
Sending Windows Messages,
Getting Window Handles,
Possibly Sub-Classing (though, I'm not shure on this one).
And things of that nature.
If you can do that you should not have many problems 
Cheers,
RyanJ
-
May 26th, 2005, 06:53 PM
#3
Thread Starter
Fanatic Member
Re: Control a program through another program
I can get the current song, I guess I'll just look at pscode for examples and learn from that.
Thanks,
Sir Loin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|