55,787 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Refreshing ItemsControl Without Rebinding

I have an ItemsControl inside a ScrollViewer. When an item in the ItemsControl changes, I need to rescroll to the same place, since I need to assing a new set of data to the ItemsSource. However, this frequent scrolling makes for a very ugly UI, so I am…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-10T03:13:31.827+00:00
Nathan Sokalski 4,111 Reputation points
commented 2020-02-28T09:40:42.53+00:00
Fay Wang - MSFT 5,231 Reputation points
0 answers

Windows.Graphics.Printing3D; using 3D Builder API for reducing .glb

Hello, i am trying to build a programm to reduce the poly count of .glb with the 3D Builder api, but with Windows.Graphics.Printing3D namespace you have to convert to .3mf format. I am wondering if i overlooked something to load directly .glb like in…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-13T10:18:31.877+00:00
Marius 1 Reputation point
commented 2020-02-28T09:35:30.847+00:00
Fay Wang - MSFT 5,231 Reputation points
0 answers

Latency before first Characteristic ValueChanged Event

We are developing a BLE notepad, https://www.xp-pen.com/product/516.html SDK available: https://github.com/woodemi/notepad-sdk-uwp The notepad collects 200 NotePenPointer per seconds and transfers the data though BLE. But there seem to be a…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-20T03:48:09.637+00:00
Sunbreak Wang 1 Reputation point
commented 2020-02-28T09:31:01.023+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer One of the answers was accepted by the question author.

Use external display in direct mode in UWP

Hi, I am looking for a solution on how to directly display an UWP-Window on an external display, without it being used in extended mode (e.g. as a monitor for the desktop). Pretty much every graphics solution offers some kind of direct mode, but I…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-24T08:18:24.033+00:00
Richard Braun 46 Reputation points
accepted 2020-02-28T08:04:25.337+00:00
Richard Braun 46 Reputation points
0 answers

ComboBox in UWP MS Toolkit DataGrid loses it's SelectedItem value

Hi, I just tried to add the combo box within Microsoft UWP tool kit data grid in UWP application. When showing large number of items in DataGrid the ComboBox selectedItem and SelectedIndex loses it's values when scrolling up/down . Could you please…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-18T10:19:52.263+00:00
sekar thangavel 1 Reputation point
commented 2020-02-28T07:34:40.217+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer

UWP: Merging AppServiceProvider with its 'Windows Runtime Component' results in AppServiceConnectionStatus.AppUnavailable

I've started experimenting with App Services. I followed the instructions here EXACTLY. I ended up with a Visual Studio Solution, which contained 3 projects: ClientApp (Universal Windows) AppServiceProvider (Universal Windows) …

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-17T18:28:52.967+00:00
Vladimir Gregor 1 Reputation point
commented 2020-02-28T07:34:27.873+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer

DASH+PlayReady-protected video playback issues (UWP)

(I've already asked this question there, but they advised me to post my question on this forum. I'm sorry if someone sees my message second time.) Hi All! We are in process of development of an application, which should be able to play videos…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-07T10:16:27.557+00:00
Evgeny Isaev 1 Reputation point
commented 2020-02-28T07:33:51.943+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer

Using c++ .exe in c# UWP

Hi All, I have a c# UWP and want to use c++ .exe with it. I have the source for the c++ .exe and have added this project to the c# sharp project. Do I need to WAP the c++ project and reference it, or can I launch a process from the c# UWP? The c++…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-05T01:32:52.267+00:00
John Thomas 1 Reputation point
commented 2020-02-28T07:33:35.187+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer

UWP ListView

I am trying to create a UI in XAML having a row/column arrangement of data like in the below image: I am aware that there is GridView/ListView support in UWP XAML but could not find some code that creates a lit like the above. Would it be…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-02T16:52:54.663+00:00
winprofessional 41 Reputation points
commented 2020-02-28T07:33:12.033+00:00
Fay Wang - MSFT 5,231 Reputation points
0 answers

UWP - Error log "STOWED_EXCEPTION_80004003_App.dll!RHBinder__ShimExeMain"

We are getting a analytical error log "STOWED_EXCEPTION_80004003_App.dll!RHBinder__ShimExeMain" for windows store app . Any idea how this error happening "STOWED_EXCEPTION_80004003_App.dll!RHBinder__ShimExeMain"? Our…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-27T05:48:54.013+00:00
Hi 1 Reputation point
commented 2020-02-27T23:36:15.837+00:00
James Dailey - MSFT 336 Reputation points Microsoft Employee
1 answer

Why does FindFirstFileExFromApp throw a Win32Exception when searching root directories. C:\, D:\ etc.

When using FindFirstFileExFromApp to search a root directory like C:\ with an lpFileName set to C:\* or C:\*.* it throws a Win32Exception? lpFileName's like C:\somefolder\* work fine. The folders are picked and added to the Future Access List. Example…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-07T00:45:25.943+00:00
Groovykool 236 Reputation points
commented 2020-02-27T21:02:51.643+00:00
Groovykool 236 Reputation points
2 answers One of the answers was accepted by the question author.

is there a way to force loading a StorageFile in memory?

I have a StorageFile that I want to use as input for a Media Composition (as a Media Clip). I'm hoping loading everything in memory, to speed things up. I don't know how to do this - is there any way to do it?

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-24T09:53:06.93+00:00
John Torjo 861 Reputation points
commented 2020-02-27T18:48:38.833+00:00
John Torjo 861 Reputation points
2 answers One of the answers was accepted by the question author.

x:Uid cache

Hi, Is there some way to disable or reliably refresh localized string resources cache in UWP app? I am working on the wizard where user should select preferred language on the welcome page, which is always in English, and then navigate to next…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-24T18:31:50.747+00:00
Ivanich 306 Reputation points
accepted 2020-02-27T18:02:48.713+00:00
Ivanich 306 Reputation points
0 answers

UWP - show html data

Hi, In our UWP app we need to show data in different places which are html content. Currently we are using web views to do that. But with that we are getting different issue when it comes to aligning things. So would prefer if we can use uwp controls…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-06T09:24:51.887+00:00
Madhu 96 Reputation points
commented 2020-02-27T06:27:11.387+00:00
Anonymous
0 answers

UWP InkCanvas crash

Hi, In our UWP app we have used the InkCanvas in several pages. In one machine the app crashes giving the attached error message. Cannot create instance of type 'Windows.UI.Xaml.Controls.InkCanvas' Noticed this crashing only in one machine so far…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-11T17:08:10.777+00:00
Madhu 96 Reputation points
commented 2020-02-27T01:21:21.117+00:00
Anonymous
1 answer

What are the steps to create a trusted app in uwp

Hi For testing i try to create a trust app in uwp. I create a very basic uwp project containing one button and then and publish it using sideloading method and the installation failed. Thanks Here the error message

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-05T08:49:36.07+00:00
Shay Wilner 1,746 Reputation points
commented 2020-02-27T01:19:06.71+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Invoking webview's DomContentLoaded event in the view model

I'm having problems implementing the webView's DOMContentLoaded event within my view model. I want to execute the code on the web page after the DOMContentLoaded event. I read the documentation about the event here,…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-25T01:55:28.587+00:00
Tyler Lucas 21 Reputation points
accepted 2020-02-26T16:42:43.703+00:00
Tyler Lucas 21 Reputation points
2 answers One of the answers was accepted by the question author.

Can we control these three buttons:"The system Back, Close, Minimize, and Maximize buttons"

Based on the doc: https://learn.microsoft.com/en-us/windows/uwp/design/shell/title-bar#how-much-to-customize-the-title-bar "When you opt for full customization, you are responsible for putting content in the title bar area, and you can…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-06T02:18:47.397+00:00
Barry Wang 61 Reputation points
answered 2020-02-26T14:37:24.363+00:00
lowles 1 Reputation point
1 answer One of the answers was accepted by the question author.

How to show MenuFlyout in code?

The MenuFlyout shows up perfectly upon right-clicking the ListView <ListView Name="lvDeviceTiles" ItemsSource="{x:Bind listDeviceItems}" DataContext="{x:Bind}" Margin="0"> …

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-25T21:53:02.807+00:00
Hong 1,481 Reputation points
commented 2020-02-26T12:39:46.61+00:00
Hong 1,481 Reputation points
1 answer One of the answers was accepted by the question author.

UWP : How to count spelling mistakes in a String Or TextBox Text in C#?

I'm new to UWP development. I have a wpf code to get the spelling mistakes count of a text box Text. Now i want to implement the functionality of getting spelling mistakes count in UWP. Please help. Here is the wpf code charCount =…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-02-02T04:46:30.083+00:00
ajaygh 21 Reputation points
accepted 2020-02-26T09:13:37.487+00:00
ajaygh 21 Reputation points