Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello.

Ive made a Windows Form Application and all is working fine on that.
but what im trying to do is make it so people have a mobile App(that ill end up making) that will allow them to be away from the PC and push a button on the mobile app that will send someform or command to the Winform Application and get it to trigger a button click event.


E.G

Winform is open on PC has a button on it that will play or pause music.

I go get a drink downstairs and i want to pause the music from the mobile app.

Push the button on the mobile app and it connects to the Winform application and triggers the event for the pause button.


If anyone can help me out with this or put me in the right direction to do somthing like this that would be great. thank you.

Ben

What I have tried:

Well i have looked around and messed about with mobile apps trying to do what im after but cant seem to do it.
Posted
Updated 23-Mar-16 22:23pm
Comments
Rishikesh_Singh 16-Mar-16 22:28pm    
I'm assuming the winform app is accessing internet (making some webservice call) from your question. When user with the same account pushes the button from his windows phone
you listen to that event on the server and end the webservice call.
Member 10914462 17-Mar-16 13:17pm    
well kinda yeah. like ive looked in to it but i dont know a huge amount about so thats why im seeing if someone can help me out with like a demo project or somthing like that

1 solution

I would stongly suggest you implement a REST interface using ASP.MVC and have both the client and the mobile application communicate state using the interface.

e.g. implement

Messages/POST - to persist the message to the db
Messages/GET - to retrieve messages sent to your destination
 
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