Hello everyone,
Am developing a C# window form application where it will listen to when someone clicks on a link(for example, "chat now") on the website(in PHP). I've seen various examples on socket programming but not what I really need.
More details:
- C# sharp application with a listener(listens to a specific port)
-When someone clicks on a link on the website, it notifies the C# application and a message box is shown to let an operator know that someone wants to chat when he has clicked on the link "chat now".
I hope I've made myself clear enough. Any help will be greatly appreciated.
Regards
Ritasha