55,292 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Hanging on installing a missing framework

This morning I started a new UWP project to test something. This is a very simple project. I have a textbox, button and textblock. That's it. I've added MVVMLight to it. I built it next. That worked fine. Then I've tried to debug it. That's where it…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-28T15:27:19.87+00:00
Rod Falanga 761 Reputation points
accepted 2020-04-01T12:29:09.11+00:00
Rod Falanga 761 Reputation points
0 answers

How do I in UWP in Tabview add buttons for navigation?

<Page x:Class="Frost.Browser2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:Frost" …

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-23T18:22:06.267+00:00
Mark Mather 156 Reputation points
commented 2020-04-01T08:54:25.037+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer

We want to extendedExecutionUnconstrained for store submission also?

I want to run the app in minimize mode also and I am submitting my app in store also.. so need to add this capability extendedExecutionUnconstrained for store also? or no need to add this capability for store submission and app will run in minimize…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-20T13:03:47.073+00:00
MangoApps 91 Reputation points
commented 2020-04-01T08:53:54+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

How does patch system internally works?

Hello, I've been trying to find an answer to this question over any of the documentation pages but it seems like I can't find any solution. I'm wondering how does the patch system internally works and deliver the updates to the users so my…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-09T13:58:43.103+00:00
raiser.elena 1 Reputation point
commented 2020-04-01T08:41:48.64+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
2 answers

FlowDirectio

I have a C++ UWP app that supports localization. The app has a textbox that shows digits. I have set the FlowDirection at the root frame level of the app to be right to left for Arabic locale and left to right for the other language depending on the…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-01-22T19:00:20.883+00:00
winprofessional 41 Reputation points
answered 2020-04-01T08:04:50.45+00:00
Fay Wang - MSFT 5,231 Reputation points
0 answers

UWP Compilation error with .net native compile option enabled : Internal compiler error: Specified cast is not valid

I have a UWP project where build works in debug mode but build fails in release mode where .net native compiler is selected. The UWP projects has many external third party libraries like RTSP client sharp, .net media foundation. The error shown is …

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-19T13:18:27.787+00:00
Karthik Raman 31 Reputation points
commented 2020-03-31T19:05:15.44+00:00
John Torjo 861 Reputation points
1 answer

WPF ComboBox binding

How can I make a ComboBox to display the selected item? I have following ComboBox declared in XAML: <ComboBox Margin="4 0 2 0"; ItemsSource="{Binding YAxes}" SelectedItem="{Binding SelectedYAxis,…

Developer technologies | Windows Presentation Foundation
asked 2020-03-18T11:34:37.233+00:00
Arli Chokoev 1 Reputation point
commented 2020-03-30T12:28:51.407+00:00
Peter Fleischer (former MVP) 19,341 Reputation points
1 answer

Binding to a DependencyProperty from a ControlTemplate

I have a UserControl with a DependencyProperty called "MyObject." In UserControl.Resources I have a ControlTemplate with a Rectangle and I'm wanting to change the Fill based on a Property in MyObject using DataTriggers. I'm just not sure how…

Developer technologies | Windows Presentation Foundation
asked 2020-03-30T00:52:22+00:00
n0kx 1 Reputation point
answered 2020-03-30T04:59:16.79+00:00
Alex Li-MSFT 1,096 Reputation points
0 answers

static resources color name

<sys:Double x:Key="Window.Main.Background" >1200</sys:Double> ///////////////////////////////////////////////////////////////////////////////////// <Window x:Class="DCAD.MainWindow" …

Developer technologies | Windows Presentation Foundation
asked 2020-03-28T16:12:40.513+00:00
essamce 621 Reputation points
commented 2020-03-30T03:13:03.113+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer One of the answers was accepted by the question author.

UWP FirstRunDialog Turn Off

I created an app using the Template Studio. It includes a FirstRunDialog feature. Where can I programatically (in code-behind) turn on-off this dialog from appearing? Using something like FirstRunDialog.Show=off as an example. thanks

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-23T14:55:47.84+00:00
Fritz Switzer 321 Reputation points
accepted 2020-03-28T23:15:01.21+00:00
Fritz Switzer 321 Reputation points
2 answers

App won't come to the foreground when started

This is a MSDN question asked by Will Pittenger, the source is App won't come to the foreground when started. I have a WPF application that when I start it from Visual Studio, its main Window goes to the background rather than becoming the foremost…

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T07:41:31.56+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
commented 2020-03-28T18:27:38.407+00:00
Viorel 126.1K Reputation points
2 answers

Removing line chart datapoints where dependency property is null

This is a MSDN question asked by Mike Whalley, the source is Removing line chart datapoints where dependency property is null. I have a line and bar chart showing the monthly movement in a bank account and the account balance (cashflow) as illustrated: …

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T08:01:54.197+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
answered 2020-03-27T16:49:34.557+00:00
Mike Whalley 81 Reputation points
1 answer

I want to be able to select a folder and search/print to a list the key phrase I've specified. Currently I can only do individual files. I'm a beginner.

This is a MSDN question asked by spum0n1, the source is I want to be able to select a folder and search/print to a list the key phrase I've specified. Currently I can only do individual files. I'm a beginner.. using System; using…

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T08:50:46.397+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
commented 2020-03-27T11:34:26.113+00:00
spum0n1 1 Reputation point
1 answer

WPF Media Element - Weird Colors

This is a MSDN question asked by TheKapster, the source is WPF Media Element - Weird Colors. Hi, I've used different videos in different formats but for some reason the built-in media element is displaying weird colors. What's supposed to be…

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T08:44:15.207+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
answered 2020-03-27T09:13:14.433+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer

TextBox. GetLineIndexFromCharacterIndex returns -1 when passing in large text

This is a MSDN question asked by moondaddy, the source is TextBox. GetLineIndexFromCharacterIndex returns -1 when passing in large text. The sample code below calls the GetLineIndexFromCharacterIndex method on the TextBox and it returns -1 when passing…

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T08:34:24.123+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
answered 2020-03-27T09:02:41.893+00:00
Alex Li-MSFT 1,096 Reputation points
2 answers One of the answers was accepted by the question author.

WPF How to load Dictionaries as Application does?

I am converting application in to DLL (CLassLibrary) and therefore I cannot use App.Xaml (Application). Inside my Dictionaries I use StaticResources for Storyboards and animations. Unfortunately it is not possible to use DynamicResources for Storyboards…

Developer technologies | Windows Presentation Foundation
asked 2020-03-25T11:12:34.373+00:00
Code Wanderer 396 Reputation points
accepted 2020-03-27T08:58:47.297+00:00
Code Wanderer 396 Reputation points
1 answer

WPF tree view how do I add to the selected item

This is a MSDN question asked by WPF tree view how do I add to the selected item, the source is WPF tree view how do I add to the selected item. public List<TreeViewList> treelist = new List<TreeViewList>(); private void…

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T08:29:26.57+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
answered 2020-03-27T08:56:58.087+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer

Starting a Program

This is a MSDN question asked by Warp_Speed, the source is Starting a Program. Hi People I am a beginner to programming and self taught, but I was wondering if people could give me there opinion: Best way to build a WPF C# Program 1) Build the Code and…

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T08:20:37.59+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
answered 2020-03-27T08:44:17.357+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer

populate cascading combobox with Entity Framework

This is a MSDN question asked by zleug, the source is populate cascading combobox with Entity Framework. Hi All. I created simple WPF form with two ComboBoxes. I populated one ComboBox public List<Customer> GetApplication() { …

Developer technologies | Windows Presentation Foundation
asked 2020-03-27T08:16:46.233+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
answered 2020-03-27T08:40:05.227+00:00
Alex Li-MSFT 1,096 Reputation points
0 answers

using System.Data is not recognized in the newer version of UWP

Is working well in the older version of UWP. Any feedback? DataSet is not recognized. I could not import data from xml.

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-01T21:52:15.577+00:00
Sam R 1 Reputation point
commented 2020-03-27T07:52:45.417+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator