locked
Win8: Share functional RRS feed

  • Question

  • I need to share info to the social application through windows share. What I do: install application (Twitter, FB, Latermark) and try to post different types of information. But I want to check what user clicks (Twitter or Facebook, etc) and in this case I will post different description, add images.... For example if user select Twitter I will add short description "I am playing .....bal-bla-bla" If he shares through Mail it will be longer "I am playing .....bal-bla-bla(very long description)" How can I do this?
    Wednesday, April 3, 2013 8:42 AM

Answers

  • there is an applicationchoosen event which gives you the application name of the target but when this event happens you already have to send the data so you cant switch on it. The Share source is independ from the target

    Microsoft Certified Solutions Developer - Windows Store Apps Using C#


    • Edited by Dave SmitsMVP Wednesday, April 3, 2013 8:55 AM
    • Marked as answer by burusera Wednesday, April 3, 2013 9:00 AM
    Wednesday, April 3, 2013 8:55 AM

All replies

  • there is an applicationchoosen event which gives you the application name of the target but when this event happens you already have to send the data so you cant switch on it. The Share source is independ from the target

    Microsoft Certified Solutions Developer - Windows Store Apps Using C#


    • Edited by Dave SmitsMVP Wednesday, April 3, 2013 8:55 AM
    • Marked as answer by burusera Wednesday, April 3, 2013 9:00 AM
    Wednesday, April 3, 2013 8:55 AM
  • Great thanks!
    Wednesday, April 3, 2013 9:01 AM