Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello CP'ers!

I created a windows C# app (Tennis Scoreboard) where each player has a button. When you click player1's button he will receive one point and so on...

I would like to know if there is any possibility to control that Scoreboard from a simple iphone app. So this app would have 2 simple buttons (one for each player - everything is simple so far) but I don't know how to use this iphone app to change each player's points.

I was thinking about a database connected both on pc and phone and when you press the button on phone there will be a player1points++ but I'm not sure it would work.

Maybe you have a brighter idea than me. I would really appreciate every little help.

Thank you,
Harvey13
Posted

1 solution

It can be done on many different levels from raw sockets to classical remoting to WCF.

Please see my past answers:
Communication b/w two Windows applications on LAN.[^],
how i can send byte[] to other pc[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900