Questions tagged as 'wpf'

1
answer

Project only runs if Visual Studio is installed on the client machine [closed]

Hello. I have a project done in WPF, which uses data returned by web services to interact with the user. This system, when you start, consult IIS to see if it is standing, if the web services are there and if they are operative, if it is not it...
asked by 13.10.2015 / 17:14
0
answers

How to insert a graph as subreport in WPF Report Viewer

I'm developing an application in WPF and I need to insert some graphics into a report. I created two .RDLC files one called InfoGraphic and another of SubInfoGraphic. In my subreport I would like to add a graph containing some bank information t...
asked by 07.10.2015 / 19:16
1
answer

Enable Button in WPF C # through a function

I have a form for filling some data with Textbox . I have a class that has some validation functions for fields name, password, user for example. And in my Code Behind I just call the function that validates by passing the parame...
asked by 17.09.2015 / 17:15
1
answer

Custom Control Libary WPF - DispatcherTimer Does Not Start VB.NET

I wanted to know why the reason for this function created in dll to WPF application in VS 2013 does not start DispatcherTimer . Code: Public Sub Iniciar TIniciaAntiDebuggers = New DispatcherTimer()...
asked by 30.05.2015 / 21:14
0
answers

Binding in TextBox with DataGrid (WPF)

I have a TextBox where I get the client id and also have a DataGrid where it has some personal information. Well that's fine, what I can not do is connect the two in the following way: When I change the value of the TextBox (client id) changin...
asked by 21.05.2015 / 19:21
1
answer

Set the ItemsSource of a ComboBox within an ItemTemplate

Hello, I have a ComboBox inside the ItemTemplate of a ListBox, the items in this ListBox are defined from an ObservableCollection in the ViewModel, and each item in that list is an object with a list ( List ). of options inside that should be sho...
asked by 29.04.2015 / 16:27
1
answer

WPF - Hide Components in Design

Good people, I recently switched from PC and on the other PC visual studio 2010 in WPF Design when I added a certain object and defined the property "visibility = Hidden" the object was hidden in the very design construction form, at this poi...
asked by 25.05.2015 / 10:46
0
answers

Search button through Content and filter on search [closed]

I would like to implement a search field, and it will filter the buttons and show only the filtered ones, in my case my buttons are within UniformGrid . This search function is similar to Search for Windos 8. I need in WPF. Take a look...
asked by 05.09.2014 / 21:33
1
answer

How can I get drive information from C #?

Good afternoon, I was asked to carry out a project that can fetch information from the drives ( C: , D: , such as how many drives there are, the name of each one, the total space and the space used. But I do not know how I'll get this info...
asked by 26.06.2018 / 15:51
1
answer

How to add a MaterialDesignInXamlToolkit controller with C # in XAML

I'm using MaterialDesignInXamlToolkit to create the design of my program in WPF, I'm new to WPF and wanted to know how I can add the controller card by C #, as I do with Button or any other native WPF controller MaterialDesignInXamlToolkit...
asked by 26.02.2017 / 13:18