Shoutbox

Do my own invitation (C++, C#) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Do my own invitation (C++, C#) (/showthread.php?tid=74782)

Do my own invitation (C++, C#) by hzocm on 05-28-2007 at 04:29 PM

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