My goal is to use the modern Windows 10 themed context menu with my C# application's tray icon. Eartrumpet's tray icon context menu uses it so I know it is poss
My Xamarin.UWP suddenly won't load after Visual Studio 2017 15.4. I did update my Xamarin PCL and others. But the UWP Project will not load anymore. I can't g
I'm using Windows 10 and VS2017.I have a Fingerprint sensor and Windows hello installed and working fine. It detects fingers. I'm now developing a UWP app for
Is clear translucency possible with a UWP application, something like below possible? NOT, blurred translucency (so-called acrylic) like this.
So I created a combobox with inside a few binded checkboxes. My xaml looks like this: <ComboBox x:Name="CbSandwichFilling" ItemsSource="{x:Bind SandwichFill
I've been using the following piece of code for months without a problem and all of a sudden, it throws at me the "Access to the path is denied" exception. I've
I'm writing a Universal Windows App and I have a ListView where the ListViewItems contain a TextBox and a Button. When I click in the text box I would like that
I am creating a derived class of TextBox for numeric data entry. I would like to add 2 buttons at the right side, like the X button in some Te
I'm trying to show a popup to edit a brand in my app but it doesn't show up. Function where I call the Dialog: private async Task EditBrandAsync(Brand brand) {
everybody. I am trying to get current user's location in C# UWP application. var geoLocator = new Geolocator(); geoLocator.DesiredAccuracy = PositionAccuracy.
I am developing a UWP application to work with HID devices. The application is working correctly almost all the time. But it often crashes when I close or colla
I'm a little confused. Can anyone explain exactly what the difference is between the two? When should we use MAUI and when UNO? As I realized, both can run on d
I am trying to connect to my iPhone and access services such as the battery level and ANCS from windows. I have tried out the Advertisement watcher and query bu
So I am trying to serialize and deserialize an IReadOnlyList<InkStroke> from Windows.UI.Input.Inking for my UWP app, and I have used the following code to
I'm struggling a bit with UWP, x:Bind and data validation. I've got a very simple use case: I want the user to input an int in a TextBox and display the number
I have to draw a circle with N meters diameter around some geolocation. I could able to generate coordinates for vertically oriented ellipse only. C# using NetT