How to access Windows Phone 8 contacts from desktop app [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need to access Windows Phone 8 contacts/pictures/sms messages from Windows desktop/store app by using c#, when phone is connected with usb cable. How can I do this ?

You can not access the contacts, SMS from the desktop. You have the ability to sync the content of the emulator with the Additional Tools that the emulator comes with. Read this post it shows how to sync the content of the emulator to the hard disk of your desktop. Other than that, you have no access to the contacts, SMS from the desktop.

Related

c# windows 10 permanent notification [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
is it possible to create a permanent notification at the notification bar in Windows 10?
Also it is necessary to do this in a windows form application and not an universal windows app.
Thanks for you help.
To do it in a WinForms app you'll need to use the desktop bridge to create the notifications.
It's not possible to have a toast that can't be dismissed from the action centre (which is what I assume you mean by "notifications area") but you can detect when it's removed and then add another back in. There are already a number of apps which do this as a way of having "permanent notifications".

Facebook SDK for Windows mobile [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Is it possible to use Facebook SDK for windows phone 8.1?
Because they are not providing a SDK currently although it was there before two years ago.
I'm working with Visual Studio Community 2015.
Can any one please tell me if there is a way to integrate Facebook with a Windows phone 8.1 app.
Thank you!
Which SDK does http://facebooksdk.net/docs/phone/ refer to? Though it has windows 8 in heading, but if you drill into any sub page, it mentions compatibility with 8.1 as well. For example, http://facebooksdk.net/docs/phone/config/

UWP - Cards - Network game over local Wifi / Bluetooh, which Api use? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have developped a Windows 10 cards game (UWP application) and I want to add some features like that two people can play one against the other over Wifi or Bluetooth and I don't know what API to use to get a Socket or WCF Service and to discover other peer(s) which have the same application over the network ?
What is the best way to do that ?
This is a very broad question and there is no definitive "best way" to do it as each has their pros and cons, but here are a few links that may help you get started:
Bluetooth comms sample
https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BluetoothRfcommChat
UDP Multi-cast based game sample
https://msdn.microsoft.com/en-us/library/windows/apps/mt188201.aspx
More on Bluetooth in UWP apps
https://channel9.msdn.com/Events/Build/2015/3-739

How to See Windows Phone 8.1 SQLite PCL Database Physically [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I am working on a Windows Phone 8.1 App which contain SQLIte Database. Database is working perfectly and I am able to successfully store and retrieve data. I am running this app using Windows Phone emulator.
Now I want to see Database physically using some tool on computer.
Can Any please tell me the required steps to see it physically?
You need to
1) dump the content of the installed application (https://msdn.microsoft.com/en-us/library/windows/apps/hh286408(v=vs.105).aspx)
2) use some tool on the computer to do whatever you need with the DB (many tools available, such as http://sqlitebrowser.org/)

Where to place the C# code for checking internet connection in App.xaml.cs #Windows phone 8.1 Development? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I'm a starter in developing windows phone 8.1 apps.
In my app, the first page has to check the internet connection if true it should navigate to next page otherwise app should close.
I'm having troubles with how to add code.
Please help me...!
The Microsoft requirements are that your app starts (leaves the splash screen) within 10 seconds. You should do all the minimal loading your app requires during the start-up process, then do the internet checking after the program has loaded. You can show a spinner or the floating dots image, if you'd like to inform the user that they need to wait for your app to do something.

Categories