Questions tagged as 'wpf'

1
answer

How can I get a text from a textbox and display it in a label of another C # WPF? [closed]

I have the doubt of how to put the text that is entered in a textbox in another window. Explaining this: The user will login in a window, at the time of entering a splash will open welcoming, what I want to do is to appear the username you...
asked by 25.10.2018 / 17:48
0
answers

Problem of bindig in WPF with MVVM

I am working on a small solution that contains two projects. One is a data source and the other a WPF with MVVM. The code is uploaded in link The fact is that when I open a new window from the MainWindow by means of a button with its corres...
asked by 22.09.2018 / 08:59
0
answers

Get selected items from ComboBoxEdit

I'm working with some DevExpress controls and I have a problem, I want to get the values that are selected from the ComboBoxEdit that is inside a ListView but I can not, I add the code that I'm working with. <ListView x:Name="listCheck" Gr...
asked by 25.07.2018 / 21:56
0
answers

How to debug .xaml files? [closed]

I have decompiled the executable of a slightly old application in order to recover the sources. It is a WPF application made with VS2010. Decompilation is relatively easy with the available tools but recompilation requires time and a certain...
asked by 25.05.2018 / 13:01
1
answer

How to load one wpf into another?

I will try to make the context clear. I have a lot of graphic content inside my main WPF, so I would like to work it separately. For this I have my main.wpf and apart (as an example) contenido1.wpf and to instantiate it I was using <l...
asked by 04.02.2018 / 05:04
0
answers

Link user controls in WPF

I have developed a user control in WPF where one of the controls is a text box which in my user control I declare it in the following way: <TextBox Name="PathTextBox" Text="{Binding PathControlValue, Mode=TwoWay, NotifyOnSourceUpdated=True,...
asked by 22.01.2018 / 19:04
0
answers

Multibinding WPF to property of an element

I have a WPF window with several ToggleButtons, I want it to be only enabled if the property of that same table prop1 (another togglebutton) is active and enabled, in addition to if the property toggle2 is active. With the first two binding, bec...
asked by 18.01.2018 / 13:02
1
answer

Call a wpf form contained in a dll

My question is very specific. Let's say I have an assembly c # and I want my assembly interfaces to be xaml. How can I create wpf forms and call them inside the assembly without being inside the executable assembly that mounts a wpf project and...
asked by 27.12.2017 / 11:47
0
answers

Dialog is repeated twice C # WPF

Good afternoon, greetings. Lately I have had a problem with sampling a Dialog in a formload, I am currently using C # in conjunction with sql server and implemented the UI of my program with Mahapps.metro. My code is as follows: private as...
asked by 24.06.2017 / 18:13
0
answers

How to prevent loss of style of a button when the main container loses focus?

I have a UserControl that contains several elements, but there are two that are giving me problems; a ToggleButton and a TreeView . When I have information in the TreeView, when I select an element (it is worth mentioning...
asked by 22.04.2017 / 01:57