-
how to draw a two dimensional bar chart with negative values using .net framework in c#
-
Recently I am looking karl on WPF . Suddenly I found following article: Reasons For Choosing WPF Over ASP.NET For Our Very Large Project This article is last updated in Dec 2007 . . .
-
Check this one out. WPF Application Styling (without any code!). See the World premier demo of this great third party tool from Infrgistics. In Episode 1 See Microsoft MVP Jason Beres in action as the guest presenter for this awesome demo! WPF Styling from Episode 1 CTP: http://www.infragistics.com/wpfstyling...
-
.NET RIA Services: Building A Data-Driven Expense App with Silverlight 3 (This article is based on a prerelease version of .NET RIA Services available from MSDN Magazine May'09) .NET RIA Services provides a set of server components and ASP.NET extensions such as authentication, roles, and profile...
-
Hi, I have WPF window or page, where there is a textbox, button and a label/textblock. Now I need to collect those controls name at run time (guess after click the button). How can I get those names? Anyone have any idea? In windows form we can collect using ControlsCollections, but WPF does not have...
-
Before starting to develop a custom control in WPF, you should decide whether you really need a new custom control.WPF template, style, User control can be used for customizing controls for the most of cases. If these cannot meet your requirement, then go for new custom control.
-
Hello, i think wpf provide power full graphics. So i try to create a WPF 3D diagram. I have already done some part of it. I saw many helpful links. But i need to understand how create 3D view that is how set viewport, camera.... . dynamically. I means by c#. So if anybody have clear concept of it, please...
-
Hi Zahid, I was just read your blog. That one is good. Would you please write down how the partial class goes through the presentationcore , milecore.dll etc or add a diagram? I think that helps me understand more clearly. Thanks again for sharing your knowledge. That helps lot. :)
-
Hi, Thanks for reply. I have already tried out this solution but does not help ..... ####################################################### < src:WindowBase x:Class ="WindowsApplication1.Window1" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http...
-
Hi, Can anyone give a good idea how can I inherit WPF page/window in another page/window. What is the control templates in WPF against inherited form in Windows Application? I have already tried out some trick, but noting work. :(