Perform actions from another program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CADDICTEDC
    New Member
    • Nov 2013
    • 1

    Perform actions from another program

    Hey guys,

    I have 2 problems. I'm making a game and i want to create an admin panel for myself. So i want to perform actions in another program from my program.

    Example:
    I got a Tic Tac Toe Game (This is not the case). And what i want to do is create another program where i can write commands like: Change Square 1 into X and Square 2 into O. But whats important that i change it from inside my admin program.

    Can i call the program with system to do this. Or do you know a better idea?

    Another problem, this is not very important but its fun. If i can connect pc's with wifi. So i can play the game online in multiplayer.

    Thanks in advance
    bye
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Is this a Windows game?

    If so, just make your admin window not visible. It'll be there all the time bit no one can see it.

    Then write an event that only you can launch which makes the windoow visible for you.

    Comment

    Working...