A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
WPF UserControl and inheritance (how to?)
Hello I want create create my own class UserControl and add here all DependencyProperties (for separation and reuse) and then inherit this UserControl in U.C. with Xaml. for example: public class c_knob : UserControl // this control doesn't have xaml { …
Developer technologies | Windows Presentation Foundation
Regarding audio channelcount XBOX C# UWP
Hi All, Is it possible to get audio channelcount in format like 5.1, 5.1.2, 7.1.4 etc. Please help any solution available. Working on UWP c# XBOX app. Thanks
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
[UWP] Bug report: C++ application crashing when referencing C# runtime class [URGENT!]
We developed a runtime component in C# to be referenced by UWP app. The UWP is written in C++ and crashes when referencing our runtime class as follows: Exception thrown at 0x00007FF96B46A799 in App1.exe: Microsoft C++ exception: Platform::COMException ^…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
UWP How to save application last screen location
I want to open my UWP app on the same location where I close the application last time it is possible in UWP? I check when I open the windows store and then I move windows store location and then close and re-open ... it's open at the same location…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
New binding results to "Object reference not set to an instance of an object"
Hi I have a data source at MS SQL Server and an app which reads definition and data from db without tight integration. New tables and columns get created all the time. I need to change binding names after data is read from db and before it is…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
How to connect to Full Trust COM server from UWP App?
I have a UWP app that uses the FullTrustProcessLauncher to start a full trust process that registers a COM object. However, when the UWP app tries to create the registered COM object CoCreateInstance returns REGDB_E_CLASSNOTREG. The COM server is…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
CD3DX12_DESCRIPTOR_RANGE usage in a UWP app.
void Sample3DSceneRenderer::CreateDeviceDependentResources() { auto d3dDevice = m_deviceResources->GetD3DDevice(); // Create a root signature with a single constant buffer slot. { CD3DX12_DESCRIPTOR_RANGE range; …
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
How to record sound card in uwp.
In uwp, is there any API that can recording sound cards except MediaCapture API.
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
scope resources to ResourceDictionary file
hi is it possible to make some value (ex: Double) scoped to it's ResourceDictionary file so it wouldn't be accessible elsewhere. thanks in advance
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
How to use height and width of relative panel that values are Nan
Hi I have a classX with contructor Public Sub New(ByVal heightbar As Double, ByVal widthcanvas As Double, Optional ByVal bottom As Double = 0) The problem i have to pass as parameter the width and height of a relative pane which are Nan . Is…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
VPN Plugin framework and detection of closed peer connection
Hi there! I spent some time playing with UWPToyVpn sample and been able to run it with packets flowing through StreamSocket. But I am not able to find a way to detect event of connection reset initiated by peer. Since VpnChannel is associated and…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
How to set Screen shot in App submission process?
I try to UWP app submission, and I set any package, etc. but i can find app screen shot setting page. How to set app screen shot?
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Recover the last stroke "InkCanvas" after closing the App
Recover the last stroke "InkCanvas" after closing the App and when opening the last stroke drawn the inkCanvas
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
What's the possible side effect when I use PhotoCaptureSource. Auto to Initialize MediaCapture Settings?
Hello guys, My app has MediaCapture function. I followed the microsoft official document to to Initialize MediaCapture Settings by using the PhotoCaptureSource. Photo. In most cases, it worked well. But on a device, it did not work. After my…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Repeated Camera Captures
I am using CaptureElement & MediaCapture for the camera, and I want to automatically continuously capture images that I will process (until the user stops the camera, of course). I want to take a picture, process it, take another, process it, etc. I…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Access UWP C# ClassLibrary from WPF
Hello, i have a UWP C# Desktop Application with two UWP Class Libraries. Now i need a Data Application for this which runs unlimited. Which can not be suspended like an UWP Application. I thought to code this in WPF. But this Application needs access…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
WPF label not updating value on the UI
Hi All, I am currently working on a C# WPF application. The UI contains a tree view with checkboxes. I need a label on the UI to update the number of checked checkboxes. However, even though i get the value and try to update the UI, the 'Property…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
(C#) Show message before Shutdown when DVD is burning.
Hi I want to create a APP to Show message before Shutdown when DVD is burning. The situation is: 1, I use a third party APP to burn DVD. 2, I create a APP that can Shutdown OS and before Shutdown, I should check burn process is running or not.…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Side panel for open tabs for beginners
How do I in UWP create a sidebar or side panel to view open web tabs? I've been watching tutorial videos and researching Microsoft Learn I already have a tab for it as a place holder labeled as a TabViewItem. I am a beginner for UWP, I know more about…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Unsolved problem with 'NoteViewer' in XML。
Dear sir, I managed to create a sample mentioned here with WPF App and Blank App (Universal Windows) http://musicengravingcontrols.com/en-US/Articles/Display?id=2 However, if I use Universal Windows Application, I get a problem here. Error Lists say…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.