Questions tagged as 'wpf'

1
answer

Get Selected RadioButtons in WPF

I have several radiobuttons on my form, each with a content different. How do I get the radiobuttom selected? Without having to método to check one by one.     
asked by 16.08.2015 / 17:01
1
answer

Working with C # resources?

I added the dictionary resource to my project, now I need to convert it to a dictionary via code, but it is bringing the null resource, can anyone help me? List<string> dic = new List<string>(); List<string> aff = new List<...
asked by 08.08.2017 / 13:32
3
answers

WPF MessageBox Layout

How can I customize my MessageBox? Original .. HowIwishIwas(Major)     
asked by 02.06.2014 / 22:43
1
answer

Accept only one comma in Textbox c # WPF

Hello, I'm using my decimal Textbox like this: <TextBox x:Name="TextBox" KeyDown="TextBox_KeyDown" Style="{StaticResource MeuTextBoxValor}" Height="23" Margin="1" Text="{Binding Peso, NotifyOnValidationError=tru...
asked by 13.12.2018 / 13:45
1
answer

IsMouseOver does not work

I have a button in WPF and I changed the style by hovering the mouse (IsMouseOver), but the problem is that every time I move the mouse over it changes its style. When the mouse step very fast it continues as if it were not with the mouse on top...
asked by 17.10.2014 / 21:10
0
answers

c # outlook SendEventHandler opening object only once

In my application I use SendEventHandler from Outlook to capture the click on the "Send" button of the email in outlook and open a screen for the observation of the email that was sent. I have the main class where I generate the emails: pub...
asked by 24.02.2017 / 22:51
0
answers

WPF stylization failure

I have a problem with references of a style within the code. I have a DLL of several stylized components inherited from the Telerik package with just a few changes like color, size, etc ... Within the program where I want to use the compon...
asked by 04.03.2015 / 19:55
3
answers

Link selection between two ListViews

Would it be possible to bind the unique selection between two ListView objects via XAML? For example, I have two ListView , TopListView and BottomListView , both configured for simple selection, ie only one item can...
asked by 08.01.2017 / 18:32
2
answers

Is it possible to take advantage of the same WPF view for Desktop and Web?

Dear, I've never programmed with WPF but I will soon have the opportunity and already thinking about the future, which is now, where desktop applications are / are being migrated to the web and, also thinking about those who are still reluctant...
asked by 17.03.2014 / 13:30
1
answer

How to pass text from textbox to report, with VS 2015, in C #?

I'm creating an app for the place where I work, which should print labels based on information I enter in a form I created. For this, I'm creating a smaller version, to test if everything I want works. I'm using Visual Studio 2015 Community w...
asked by 14.10.2015 / 00:42