Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey, I was wanting to know HOW I could control a WinForms application that I am creating from a website that I am also creating. I have read about WCF until my eyes have bled out. It still confuses me. I would love to see some code examples for this, but all the tutorials are practically the same.

What I would like to do is have a Web app? that has buttons, text input, etc that can be implemented into the Client Application on my home computer. The website should be accessible from anywhere, especially a mobile device.



Still looking for advice...
Posted
Updated 11-Oct-11 20:00pm
v2

1 solution

There is no way you can do this without a WCF service or some sort of mechanism (maybe sockets. if the webpage runs over the intranet). You will need a communication channel.
 
Share this answer
 
Comments
Trinity04 9-Oct-11 2:12am    
I am willing to use WCF, I just need to see some Examples.Source code will be of GREAT help. I have googled as much as I possibly can, and have found nothing. I am still reading everything I can find, and hoping that I see light at the end of this tunnel!
I am doing this to learn mostly. this project isn't for anything work or school related. I will be the only person using this app, and when finished, I plan to post it up so that Others trying to do this won't go through the same headache I have.

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