Questions tagged as 'windows-phone'

0
answers

ShareStatusTask identify my app on Facebook?

I'm using the code Microsoft.Phone.Tasks.ShareStatusTask status = new Microsoft.Phone.Tasks.ShareStatusTask(); status.Status = "Eu, " + sNome + ", sou doador de órgãos, baixe o app e seja um também: http://www.windowsphone.com/pt-br/store/app/...
asked by 30.08.2015 / 06:05
5
answers

How to connect Windows Phone to a SQL Server?

I would like to know how to access and receive data from a server from Windows Phone. Simply put: I have a PC and I want to access a document directly from my smartphone.     
asked by 25.02.2014 / 15:56
2
answers

CPF mask in the textBox?

I'm using the following code: string numero = ""; private void MaskeditCPF(TextBox txt, KeyEventArgs e) { //Verifica de a tecla digitada foi algo diferente de números ou BackSpace if (e.Key != Key.Back && (e.Key < Key.D0 ||...
asked by 12.07.2015 / 17:22
2
answers

Parameter passing between pages

How to pass parameter between pages in Windows Phone 8 .1? In the previous version it was done like this: Page 1: private void Button_Click(object sender, RoutedEventArgs e) { string uri = string.Format("/Pagina2.xaml?nomeParame...
asked by 28.11.2014 / 18:09
1
answer

Creation of Cortana app in Portuguese is not working

First I created the following xml: <?xml version="1.0" encoding="utf-8" ?> <VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.2"> <CommandSet xml:lang="pt-BR" Name="CommandSet_pt-BR"> <AppName> Ap...
asked by 04.09.2016 / 06:24
1
answer

Manipulating the opacity of an object (control)

Example: When I press a button, I will display a painel by editing only its visibility, it works, but it has no effect, Then I had the idea of pressing the button to display the panel with opacity 0 and then increasing it gradually. B...
asked by 23.08.2015 / 17:33
1
answer

How to send complex object to Web API?

I need to pass a parameter to my Controller in the Web API which is a complex object, this object has some normal properties (the most complex is a DateTime). I'm doing the following, but I can not access: WebApiConfig Route: config.Routes....
asked by 14.10.2015 / 22:00
2
answers

How to develop for Windows Phone 8 using Visual Studio 2013

I wanted to know how I can develop for windows phone 8 using VS2013, because it only has the option for Windows Phone 8.1.     
asked by 22.01.2015 / 01:01
2
answers

Pass more than one parameter to another page

I am doing a windows phone application, in which the main screen (first screen) is made a calculation, and the result is displayed on a second screen. I was able to make the 'connection' between the two screens as follows On page 1 or main...
asked by 28.02.2015 / 19:58
3
answers

Exception in reading XML file

For weeks I've tried to resolve this error in reading XML. I'm creating an application for Windows Phone 8 in C #. The moment I click on a subject and so display the page with a listBox.    An exception of type 'System.ArgumentNullException'...
asked by 10.08.2014 / 23:00