Hi you guys,
I'm doing a small program. And I need to know how to create my own invitation. As you know, when you invite someone like start a game or webcam, your friend gets an invitation :
code:
ABC is inviting you to start a Sodoku. Do you want to Accept (Alt+C) or Decline (Alt+D) the invitation?
Now, I want to send the same invitation, but not to start this data sharing session.
code:
ABC is inviting you to do something. Do you want to Accept (Alt+C) or Decline (Alt+D) the invitation?
And when my friend check Accept, my own program (like a dialog windows) will start. If not, a notification will return to me.
Do you have any idea to do it? Can you guys explain it to me, please?
Thanks
HeoU