Questions tagged as 'wpf'

2
answers

I can not get the value of a combobox with WPF

I can not get the value of a combobox with WPF. How do I get the value? This is the code for combobox in XAML. <ComboBox x:Name="cbxCereais" HorizontalAlignment="Left" Margin="145,178,0,0" VerticalAlignment="Top" Width="220"> <Com...
asked by 08.08.2017 / 14:18
1
answer

Return object between screens - C #

I have a question about returning an object from a B canvas to an A canvas, for example. I use the form below, hiding the ShowDialog of the base class, making the "new ShowDialog" return what I need. Here is a code example of the scree...
asked by 23.08.2018 / 13:46