Need help to start up to draw this in WPF 3d
Hi, I am developing an application in WPF and now need some features of 3D. It's not at all for gaming or high animations.What I want is something like this site image . I don't want exactly like this,...
View ArticleChange the following event from user control to viewModel
Hi I need to move this event from the user control to the viewModel,I have read the following link but not sure that I got it since command are true or false,my question is assume that I have the...
View ArticlePlaying sound and waiting to finish
Hi,I want to play audio files and wait for them to finish before the code continues execution. This was previously doable by using the My.Computer.Audio.Play() and then giving it...
View ArticleAuto-update Column and ColumnSpan in Grid-contained elements
Hello,I am 99% certain what it is I want to accomplish through some combination of Xaml and what's looking like probably some ValueConverter Bindings.I need to update a Grid's ColumnDefinition via code...
View ArticleSilver-light client crashing due to cache fill up!
Hi,My silverlight client crashes as the cache fill up, when I clear the cache it works again!I am not sure what is the solution as SL wont allow me to clear the cache through code.Is the only solution...
View ArticleUI response slow after combobox selection changed
Hi, I implemented an Auto-complete textbox by using a ListBox. When the textbox 'tbSearch' text is changed the ListBox will automatically show Names that contains this search string as substring...
View ArticleWPF C# - Send Email Message with Attachment - WPF C#
Hi,What I want to do is send an email to a certain email address and attach one text file that is stored locally in the PC.The whole process needs to happen behind the scenes so there is no user input...
View Articleunified way to add a WPF GUI child to a parent
Hi all,Is there a unified method or property in all WPF GUI parents that allows a child to be added?Thank you
View ArticleVB.NET 2012 - WPF - Remove Button White Border
Good day everyoneI'm trying to make the white borderline of the button on WPF but i cannot remove it, can someone teach me how? I'm just new here at WPF.Thanks and regards.
View ArticlePrintouts in WPF VB
I have looked on the forums and have found KB articles such as http://msdn.microsoft.com/en-us/library/aa970848(v=vs.110).aspx however this particular one doesn't work for me (XPS doc type not...
View ArticleHow to rotate scroll bar in wpf?
Minimum of scroll bar is set on top, i want set minimum on bottom, how can i do that?
View ArticleFiltering through multiple ListView WPF
I'm creating an application that uses WPF, MVVM and using the singleton pattern. I have an issue however when trying to filter through a list. Here is my scenario of using the singleton pattern and...
View ArticleDataGrid with binding to DataTable has very slow event response (scrolling,...
Hi there,I've been trying to speed up the response of a DataGrid I have inside my application and I seem to have hit a brick wall. The problem is that the performance of the control is unacceptable in...
View Articleuser control was intilized when calling in second time,how to avoid it
HI There is implementation which I cannot changed the framework and I need to create new user control in wizard,currently the issue is that I done some mapping from list view to text boxes of the user...
View ArticleBinding EntityFramework to DataGrid
So, I've tried to fix this for few hours already, googled everything I could and nothing seems to work (using EF 6)[Table("Customers")] public class Customer { public Customer() { this.Customers = new...
View ArticleGraphic representation of BigInteger array.
Hi, I'm beginner programmer and I'm trying to graphically represent an array. I have class named Macierz witch I use to make some calculation from values in array. Now I want to show user graphical...
View ArticleHow can I display the last char typed in a TextBox?
Hi there,My goal is show to just the last character typed in a TextBox which represents the password of my application.How can I do that?Thanks in advance,Primary platform is Windows 7 Ultimate 64 bit...
View ArticleUpdate value in a collection
I have a DataGrid with an item source as an observable collection. At button click on of the value in a column of the current row gets increased by 1. So I went to solve it this way;ItemRow currentRow...
View ArticleHow to integrate DSL into WPF without using VSShell?
Hi,How to integrate DSL into WPF without using VSShell? I know how to bind the DSL model to WPFBest Regards,Weera
View ArticleHow to Grid Margin Dynamically
Hi I am having a Grid whose margin is not given by defaultcan I get this Grid Margin Dynamically after intializing all child controls within thisPlease Provide solution for thisThanks in AdvanceEfforts...
View Article