uwp Questions
2
I'm trying to use the FileSavePicker for the first time, but I keep getting an "Unspecified error", with no exception source, when I call await picker.PickSaveFileAsync();
I notice the exceptions...
1
Solved
I wish to learn how to build native WPF desktop app, by applying some modern UI (Like navigation view) from UWP.
However, I'm getting rather confused, with same class name, but different namespace
...
4
I am trying to create a UWP button which will change background color when the mouse pointer hovers over it. The trouble I am having is that by default, it seems to already do this, but not to the ...
3
I’m developing a UWP application ( for Windows 10) which works with audio data. It receives samples buffer at the start in the form of a float array of samples, which items are changing from -1f to...
Irritating asked 27/2, 2017 at 10:48
2
Solved
I am designing an uwp app with multiple instances, I want to sync settings across all instances so that when I change a setting in one instance all the instances produce the same effect. How do I g...
Nightstick asked 18/4, 2020 at 10:36
2
Solved
Is there any way to detect current UWP going to exit? (close by user or kill the process)
I want to send some request to the server about the application will disconnect, also want to save some da...
Ginn asked 8/6, 2016 at 5:20
3
Solved
I need it for their own exit button. Tell me please?
I try this:
this.Close(); //or Exit dont work(
Hbomb asked 20/9, 2015 at 9:0
3
Solved
1
Solved
I'm interesting in ISystemMediaTransportControlsInterop::GetForWindow method. The documentation is outdated for it. But I have found files SystemMediaTransportControlsInterop.h and SystemMediaTrans...
Pronghorn asked 5/6, 2020 at 19:27
3
Solved
I have application with target windows 8.1 and when I run this application on Windows 10, it is run in small window by default.
Because it is primary tablet application I need it to run in full-s...
Verniavernice asked 1/8, 2015 at 5:56
2
Solved
I'm trying to follow this StackOverflow article, referring to this similar article on StackOverflow, and this from the UWP Windows Dev Center.
In my manifest XML, the <Package> tag was updat...
Jargon asked 21/2, 2017 at 1:3
2
Solved
Question 1:
Hi, I would like to know is there a way by which I can dispose or kill the object of DispatcherTimer and create a new object of same name?
Question 2:
Can I access the DispatcherTimer ...
Legalese asked 19/11, 2012 at 13:33
4
Solved
Does anyone know how to automate UWP with Desktop Bridge (Desktop Extension) package build (.appxupload/.appxbundle) by using MSbuild tool?
I've got the setup like on the following blog.
For the...
Disfavor asked 17/8, 2018 at 9:19
2
I'm creating an uwp app. My app works well in debug mode. But when compiled with .net native toolchain, which is essential to publish app to the Store, it crash immediately. I was trying to enable ...
Topnotch asked 6/3, 2018 at 6:35
3
Solved
Deploying a UWP app locally from Visual Studio 2015 (Update 3) fails with the error message:
DEP0700 : Registration of the app failed. error 0xC000003A: Deployment
of package 6dd81a71-9c3a-4204...
Accommodative asked 20/10, 2016 at 11:10
2
I'm facing some tricky bugs while trying to use the new CollectionView
feature implemented in Xamarin Forms 4. On the Android project it works very
well after enabling experimental features in Main...
Laryngeal asked 2/3, 2019 at 16:55
1
Solved
I'm new to Uno Platform and WebAsssembly in general, but think it has great potential!
Is there a way to read from and interact with the browser's address bar from an Uno Platform app running in W...
Antonina asked 18/3, 2020 at 23:40
4
So I've been getting my teeth into UWP and developing a simple app in C# using VS2017 v15.6.4, on the latest release of Windows 10.
When running the app I notice its memory usage continues to incr...
Churchless asked 14/4, 2018 at 13:9
4
Solved
I've attached the KeyDown event to a ListView in my Win 10 UWP app. I want to make VirtualKey.Enter have a special effect, but the event is not firing for this particular key. Neither does it for S...
Knave asked 22/5, 2016 at 16:1
2
Solved
I feel so dumb asking this question but honestly I can't understand why System namespace can't be used! What am I doing wrong? Is there any other way to print a single line in the output?
(I am usi...
Togs asked 13/10, 2015 at 12:47
0
I decided to build a tool to display the battery level of a pair of Bluetooth headphones, since I got this feature on Android, but not on Windows. For some reason, it just doesn't display in the se...
Serbocroatian asked 27/4, 2020 at 16:37
3
Solved
I am working on a Xamarin.Forms UWP application and I wanted to change my button's background colour when pressed. I have been searching the web and the most straightforward way I could find is thi...
Germanic asked 18/2, 2018 at 13:56
2
I'm trying to find words in image and I found this library using Windows.Media.Ocr.
MS gives really good library using Windows.Media.Ocr but I can't use it in winform or wpf application project.
...
4
Solved
I am working on an WPF application to monitor my activities on my computer. I use Process.GetProcesses() and some filtering to get the processes I am interested in (example:Calculator) then I recor...
3
Solved
Has anyone successfully created a .csproj file for a UWP project that uses the new SDK-style .csproj format? I drew inspiration from this question about WPF, and that got me 90% of the way there.
...
© 2022 - 2024 — McMap. All rights reserved.