I have done my custom chart control and I want to draw a simple cross following the cursor. The chart is implemented as a PolyLine over a Canvas and I\'m drawing two lines changing their coordinates a
I am trying to solve a blue screen problem. We have a .Net 4.0 WPF PRISM application. One specialthing about this application is that it hosts a WCF Service, which we use to communicate with the clie
I want this Ellipse to get its coordinates from its corresponding BallViewModel, and to use them to determine its location inside a canvas.
I have some fairly low level classes that are used in a WPF application that I\'m working on. One, for example represents an object that will be displayed as a list in a ScrollViewer and displayed wit
I use from this code: List<GroupPrincipal> result = new List<GroupPrincipal>(); // establish domain context
I am trying to update the color of textblock depending on it value. Seems simple however not working.
I am using the Lync API within a WPF application.I have used the Office365 Lync Lab 9.1 within the training kit.However when I move the code into my WPF application the Presen开发者_运维知识库ceIndica
I have gone through this article but still i am not very much clear about Type Converter and its usage.
While I was trying to add Controls to my UserControl list it t开发者_运维技巧hrew \"The calling thread cannot access this object because a different thread owns it.\" exception.
I need help in a Math logic issue. Let say I have an object that can be manipulate (move) by user. After the user moved the object I would like the object to continue moving and decelerate to a stop.