WPF Articles (53) - Page 4

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

53 records found.
 
Abhi2434
WPF 4.0 : Change SelectionBrush and Caret Color 
Last updated on: 07 Mar 2010 05:07:54 PM by Abhi2434 | Views: 22591 | Category: WPF |
Votes: 4 | Rating: 4 out of 5
WPF 4.0 comes with certain cool features like changing Selection Brush for text selection, Changing color of Caret etc. I am going to discuss those in this article
Abhi2434
Simplest Way to Implement Multilingual WPF Application 
Last updated on: 06 Mar 2010 05:22:59 PM by Abhi2434 | Views: 37569 | Category: WPF |
Votes: 2 | Rating: 1.5 out of 5
Easiest way to handle Globalization in your WPF application
Kunal2383
Windows 7 Multitouch Application Development (Part - II) 
Last updated on: 06 Mar 2010 01:43:07 PM by Kunal2383 | Views: 12998 | Category: WPF |
Votes: 1 | Rating: 3 out of 5
In my last article Windows 7 Multitouch Application Development (Part - I), I described about how to handle multitouch image manipulation in Windows 7 which gives a very basic idea on the multitouch development. That code uses multitouch manipulation for the entire screen. If there are multiple images in the screen this will raise event for all.
Kunal2383
Windows 7 Multitouch Application Development (Part - I) 
Last updated on: 06 Mar 2010 01:36:14 PM by Kunal2383 | Views: 17752 | Category: WPF |
Votes: 3 | Rating: 4.33 out of 5
Windows 7 came up with lots of goodies including better resource management, better performance, jumplist management, multitouch functionality & many more. Here I will discuss on developing a simple multitouch application using .Net 3.5 SP1.
Initiotech
Logon Screen Changer in VB.NET WPF 
Last updated on: 16 Sep 2009 01:29:26 PM by Initiotech | Views: 12646 | Category: WPF |
This is an Application which can change your default Logon Screen of Windows XP. There are many applications that allow you to do this Application’s like Logon Studio etc. I have developed this simple application in WPF using Vb.Net. You can see how i made it by following the description below. The Application does Not use any DLL’s nor does it use any API so it is very easy to understand.
Vuyiswamb
My Hello World in WPF 3.5 
Last updated on: 31 Mar 2009 07:01:02 AM by Vuyiswamb | Views: 18352 | Category: WPF |
Technology is growing, everyday you will hear that there is a new version of something and you will wonder if we will ever stop learning. If you are a Microsoft developer you will always buy books because almost every three or two years they bring something and when you are still busy trying to master the current technology, they introduce something new that is better than this. The gap between .net 2.0 and 3.5 was enough to allow developers to catch up. Well I got affected by that but I kept on touching the chapters of those technologies. I was impressed by all these niceties but I could not have time to explore them all. I came across a WPF and I was impressed by the UI, even if you create a small hello world. I would like to share a small hello world about WPF.
Questpond
Windows Presentation Foundation Beginners FAQ 
Last updated on: 23 Feb 2009 05:09:47 AM by Questpond | Views: 22917 | Category: WPF |
Votes: 1 | Rating: 5 out of 5
In this article we will go through FAQ from WPF section. We will start first with understanding why WPF and later we will create a small sample hello world project for WPF which will make us understand WPF much better.
  • Learner
    Attached Properties 
    Last updated on: 09 Feb 2009 03:26:59 AM by Learner | Views: 8672 | Category: WPF |
    Attached Properties : properties that may apply to several controls but are defined in a different class.In WPF,they are basically used to control layout.