Questions tagged as 'wpf'

1
answer

AreaSerie with 2 lines in WPF

I am needing to make an AreaSerie graphic in WPF but it has 2 graphical functions. Something similar to the photo I attached.     
asked by 18.10.2016 / 16:28
1
answer

Run FindVisualChildren several times in WPF

I have a text file that contains 10 words, only one of them per line. My intention is to call each line, visualize the word in Textbox and extract each letter of the word and mix it with random letters, the idea is that the user looks at...
asked by 26.03.2016 / 05:25
3
answers

how to enable a button, with IsEnabled disabled

I'm using visual studio 2017, I tried it with IsEnabled but it does not re-enable me the button I need, that enables me and can be used with the WPF private void CboTipoVehiculo_SelectionChanged(object sender, SelectionChangedEventArgs e)...
asked by 27.06.2018 / 00:21
1
answer

How to run a thread several times in c #?

Why do I have an exception? Thread hs; hs = new Thread(()=>Playsound(sound)); while (bstate==-1) { t = Int16.Parse(bpm.Text); t = 60000 / t; hs.Start(); cajas[compas-1].Fill = new SolidColorBrush(Colors.White); cajas...
asked by 18.11.2017 / 09:57
1
answer

The name "Session" does not exist in the current context (WPF)

Good, I have a desktop application that I'm doing in WPF in Visual Studio and I need to store the identification of a patient in a Session variable to be able to use it in other windows of the application but when I try to create it I get the er...
asked by 13.01.2018 / 18:33
2
answers

Background text in WPF textbox [closed]

Hello I wanted to put a background text on a textbox like the ones that are usually put in the forms (as in the dropbox page) that appears 'Name' in a more clear color and until you write something is not removed. Until now I had put it when I h...
asked by 08.06.2017 / 15:23
1
answer

How to connect a WPF application with SQL SERVER using a web service? [closed]

I have a wpf application with a sql server connection through a connection string created by entity framwework, but I need to connect to sql server through a web service (the web service has the connection string)     
asked by 30.04.2018 / 15:52