I want to copy a phonenumber from PeopleHub, and then paste it to my app, is there have a ClipBoard API to support do that? Thank you!
You can only set text to clipboard in windows phone and can not read:
System.Windows.Clipboard.SetText( TextBox.Text );
msdn
Related
Is it possible to register an app to a specific URL (like http://dev.stack.com)?
If I click this URL as link in an email client, the app should start.
thanks
Not possible with the current SDK.
When I make a call, someone will click the "Answer" button to answer my call => Can we capture the action "click the Answer button" from my phone?
Thanks!
If that's the case, there's no such way you could do that. Where as you could only make calls to a person from your contacts list.
Reference: WP 8.1 Runtime code to make phone call, send SMS & send Email (not the Silverlight 8.1)
You could go through this article from msdn for more.
I am building a Windows Phone 8.1 app, and I need to open PDF files from local storage in the app. I have no clue how to do it.
Just able to extract the text from the PDF would also work.
Windows.Data.Pdf API is only limited to Windows 8.1 You can check out 3rd party SDKs
ComponentOne PDF Viewer
You can use itextsharp library for silverlight/windows phone apps.
I try to change my windows phone application display name using globalization and localization. I use 2 language for now. Is it possible to change display name in WMAppManifest.xml ?
I write my application name in Turkish, and I want application name is changing to English in phone's menu if phone is in English.
I'm programming Windows Phone 8.1 app.
This MSDN article is the first hit when you enter "localize application display name on windows phone" on Google. You have all the information you need there.
I have searched for that but i am unable to find it please let me know the solution...
I've already search this information with microsoft MVP in "Windows Phone trainning meeting" (sorry for my english) and In Windows Phone 7.1 and + It's not possible.
You can use SmsComposeTask, but you know that...
You can also go through the API to send SMS, but it's not Native... exemple : clockworksms ...
Short answer: No
Long answer: There is no other API for sending SMS messages right now than SmsComposeTask in Windows Phone 7 or 8.