Questions tagged as 'uwp'

0
answers

visual studio UWP

We have a Universal Windows Platform (UWP) project. The repository is in the windows cloud. The Visual Studio version is the 2017 community. A companion moved some files that already existed and were commiteed, within a new folder he uploaded...
asked by 03.03.2018 / 07:22
1
answer

Deserialize byte [] in System.Collections.Hashtable

I get in touch to see if there is luck and someone has stuck with this problem before. I have a byte [] which contains a hashtable serialized, and I want to deserialize it in xamarin forms, that is, deserialize it for android, ios and windows...
asked by 13.02.2018 / 13:55
1
answer

Problem connection to WCF service in xamarin forms windows uwp

Good afternoon, you see, I'm trying to connect a xamarin forms solution with the sqlserver database. I have developed a wcf service in visual studio, which makes this connection. In Android and I have been able to add that service as a web refer...
asked by 26.01.2018 / 13:26
1
answer

TabbedPage with icons in UWP

Good morning, I tried to place icons to my UWP app but they did not show me someone could help me create a styles file ' <local:IconConverter x:Key="IconConverter" /> <Style x:Key="TabbedPageStyle2" TargetType="uwp:FormsPivot">...
asked by 02.01.2018 / 14:11
0
answers

Connection to SQL SERVER xamarin forms for uwp

Hi, can anyone by any chance know how to connect to a database of sqlserver through xamarin forms ? for the android and ios solutions, the sqlconnection of system.data.sqlclient serves me, but for the solution I...
asked by 26.07.2017 / 09:03
1
answer

Change background and font color of GridView (Windows 10 App)

I have a GridView with several numbers and I have a click event on the items in this GridView. I would like the items that were already clicked to change the colors of the background and the text, to indicate to the user that they have already c...
asked by 29.06.2017 / 21:43
1
answer

Notifications for UWP in Xamarin.Forms

In UWP, how do you get push notifications to the application? What steps do I have to do? What do I have to add to my application? I do not understand this very well, if you could give me an example I would appreciate it too much. Thanks i...
asked by 05.05.2017 / 02:28
1
answer

Get the Windows 10 theme

Good morning. My question is if there is any way to get in C # if the system is in dark / light mode / theme and make the requested theme of the app be the same. The configuration of the theme in Windows is this: For example, if I ha...
asked by 22.07.2017 / 18:51
2
answers

How to save an array of bytes [] in SQL?

Is that I have a serialized image in an array of Bytes in C # - UWP, here the post: How to serialize an image (bitmap) in bytes [] C # UWP? but now I have to save it in a Data Database in SQL and I do not know what field to use for that....
asked by 09.11.2018 / 21:30