more G-Labs products

Author Topic: Program commands from another Program  (Read 865 times)

August 21, 2015, 03:31:16 PM
Read 865 times

Boeky

  • **
  • Information
  • Jr. Member
  • Posts: 31
Hi,

Does anyone has any idea how to start, stop, restart,... a program (ex id 1001) form another program (ex id 1002)


Thanks,
Kind Regards,

Boeky

August 21, 2015, 03:39:15 PM
Reply #1

mvdarend

  • *****
  • Information
  • Hero Member
  • Posts: 431
You can start another program with the following, I'm not sure how to stop one though. I did see a thread about this a while ago, I'll see if I can dig it up.

C# example:
Code: [Select]
Program.Run("1039"); // Start program with id 1039

August 21, 2015, 03:43:02 PM
Reply #2

mvdarend

  • *****
  • Information
  • Hero Member
  • Posts: 431