No announcements
Found 957384 threads
-
0 Votes
How to share image and text in the share contract
Hi Ashia Hassan, Based on your description, I know that you want to share image and text in the share contract in the Windows Phone Runtime app, ...Answered | 3 Replies | 1066 Views | Created by Ashiq Hassan - Sunday, January 25, 2015 9:50 AM | Last reply by Amy Peng - Saturday, January 31, 2015 7:57 AM -
0 Votes
How to Share image from Web in Share Contract
Thanks for sharing!Answered | 5 Replies | 4023 Views | Created by Synergist - Thursday, December 8, 2011 7:36 PM | Last reply by Jeff Sanders - Friday, December 9, 2011 6:59 PM -
0 Votes
Bitmap Sharing using Share Contract in Metro app
If you include the image as both a bitmap and a file then the share target app can use whichever makes the most sense for it.Answered | 6 Replies | 9174 Views | Created by Moobila - Tuesday, April 17, 2012 8:03 AM | Last reply by - Wednesday, June 3, 2015 12:53 AM -
0 Votes
Question on share contract
Settings contract is also only reserved for applications for their own settings and cannot be implanted by 3rd parties on behalf of the application.Answered | 3 Replies | 3311 Views | Created by urmibaliga - Tuesday, October 18, 2011 9:21 AM | Last reply by NPhan - Wednesday, October 26, 2011 6:02 PM -
0 Votes
Sending email without Sharing Contracts
Does that mean that a windows store app cannot create email with more than approx 2000 character in its body, if you don't want to use the sharing contract?Answered | 11 Replies | 820 Views | Created by Sandor Serestyen - Tuesday, February 11, 2014 9:11 AM | Last reply by Sandor Serestyen - Wednesday, February 12, 2014 2:14 PM -
0 Votes
[W8.1][C#] Share text with url and image to Facebook using Share contract - wrong thumbnail
Actually, Facebook App as Share Tagert app, it has completed the data retrieving and API calling to share shared data to its website.Answered | 1 Replies | 794 Views | Created by Marcin Mgr - Thursday, May 21, 2015 12:45 PM | Last reply by Franklin Chen - Friday, May 22, 2015 7:49 AM -
0 Votes
Unable to share Bitmap Image and Html Content together in Windows 8 App?
So how could I share Image with HTML content over mail.Answered | 4 Replies | 6219 Views | Created by BalrajS - Saturday, March 30, 2013 9:45 PM | Last reply by - Wednesday, June 3, 2015 12:49 AM -
0 Votes
share contract item generates wrong code?
After using the add new item dialog, I've noticed that the code generated by the share contract option isn't correct: in the activated ...Answered | 2 Replies | 2535 Views | Created by Luis Miguel Abreu - Saturday, May 5, 2012 9:47 PM | Last reply by Luis Miguel Abreu - Tuesday, May 8, 2012 8:37 AM -
1 Votes
HTML to Image
Please review the following link: http://www.codeproject.com/Articles/408267/HTML-to-Image-in-VB If you want something you've never had, you need to do ...Answered | 5 Replies | 2627 Views | Created by silvestre_lu - Wednesday, August 22, 2012 9:34 PM | Last reply by Paul Ishak - Friday, August 24, 2012 8:52 PM -
0 Votes
Sharing an image from my app
My suggest i, when you "The image is in an Image control which has been set to a ...Answered | 3 Replies | 6070 Views | Created by rajeevcbhatia - Thursday, December 13, 2012 10:51 AM | Last reply by - Wednesday, June 3, 2015 12:43 AM -
0 Votes
Share contract , HTML with Image
Take a look at the sample from MSDN code center to see if it can help you, and post your error message if possible for a further analysis.Answered | 2 Replies | 5326 Views | Created by Gopikris - Thursday, November 28, 2013 4:05 PM | Last reply by - Wednesday, June 3, 2015 12:50 AM -
0 Votes
[WP8.1]How to use Share Contract to share a vCard (contact) with a target app?
In Windows Phone 8.1 runtime app, we can share these content:Plain text/Uniform Resource Identifiers (URIs)/HTML/Formatted text/Bitmaps/Files/Developer-defined ...Answered | 1 Replies | 666 Views | Created by JaskiratSingh - Tuesday, June 23, 2015 9:34 AM | Last reply by Amy Peng - Wednesday, June 24, 2015 3:03 AM -
0 Votes
Share Contract: How to share two different types of data from a single page?
Windows.ApplicationModel.DataTransfer.DataPackage class provides many properties for different sharing data source, so in this case, you just need create two different DataPackage ...Answered | 1 Replies | 353 Views | Created by JaskiratSingh - Wednesday, June 24, 2015 6:44 AM | Last reply by Herro wong - Wednesday, June 24, 2015 9:14 AM -
0 Votes
Regarding using an image for hyperlink in HTML
To put images in work item HTML fields, you need to first upload them to a location accessible by anyone in your organization, such as a SharePoint site or a file share.Answered | 2 Replies | 5275 Views | Created by SNambiar - Tuesday, July 21, 2009 11:11 AM | Last reply by Hakan Eskici - Thursday, July 23, 2009 12:38 PM -
0 Votes
SvcUtil-generated code or shared interface/data contract assembly?
In that case, a good pattern is to create an assembly that contains the shared service contract and data contracts and have both the service and client reference this ...Answered | 1 Replies | 4797 Views | Created by Alex V. Ivanoff - Tuesday, September 7, 2010 2:29 AM | Last reply by Youssef Moussaoui - MSFT - Tuesday, September 7, 2010 8:34 PM -
1 Votes
html to image converter
Actually, what i want is to make an image file with the interpreted html string.Answered | 4 Replies | 1578 Views | Created by ronitk - Thursday, March 7, 2013 8:31 PM | Last reply by Rob Caplan [MSFT] - Friday, July 26, 2013 10:40 PM -
0 Votes
how to integrate windows 8 application and sharing contract "To" mail id
So I moved to use Share charm and it is populated with subject and body, can I also populate it with a defined mail id ?Answered | 3 Replies | 1641 Views | Created by Anuss - Thursday, January 17, 2013 9:48 AM | Last reply by HimanshuNigam - Friday, January 10, 2014 7:11 AM -
2 Votes
[Bug] Not completing a datarequested deferal breaks the share contract for all apps
When debugging my share contract code I stopped debugging before my code calls deferral.complete() returned from datarequested[event.request.getDeferal()].Answered | 1 Replies | 1566 Views | Created by phil_ke - Thursday, March 7, 2013 10:07 AM | Last reply by Song Tian - Friday, March 8, 2013 7:21 AM -
0 Votes
Message Contract and Data Contract
I will try to explain with a very simple data contract and a message contract.Answered | 3 Replies | 3827 Views | Created by netpicker9 - Wednesday, June 10, 2009 2:13 AM | Last reply by Amit Sharma [MSFT] - Wednesday, June 10, 2009 4:55 AM -
0 Votes
Convert HTML to Image
With HTML the readers ,"Web Browsers" understand HTML protocol and can display it no problem.Answered | 3 Replies | 11915 Views | Created by Vicky84 - Friday, September 26, 2008 6:49 PM | Last reply by Mr. Javaman - Monday, October 6, 2008 12:43 AM - Items 1 to 20 of 957384 Next ›
No announcements