CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2012
    Posts
    1

    Controlling a 3rd Party Application

    I want to control a 3rd party application via c++. e.g. I opened Jetaudio via Shell Execution, now I want to control different functions of Jetaudio via my c++ program. Like once it opens, my program tells jetaudio to start playing songs etc. So, can anyone tell me what commands can I use for that purpose?

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Controlling a 3rd Party Application

    If this Jetaudio is your own program then it's up to you to implement interprocess communications with it.
    If it's a third party application / either read its documentation or ask its developer...
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured