0

I have a desktop project written in C++ and I have share my media through Facebook, Twitter or any other sharing apps installed on my machine using windows sharing option(Charm bar as in Win 8.1). Can I do that or I need to convert my app to Windows Universal App.

swapnil
  • 29
  • 2

1 Answers1

0

Doesn't look like the ShareTarget/DataTransfer APIs are available in the API set that's tagged as being okay to use from Desktop so it looks like you're out of luck for now.

Andrew Pilley
  • 824
  • 6
  • 9