Welcome to MSDN Blogs Sign in | Join | Help

February 2007 - Posts

Accessible Data: Making your data available for all

Making sure your application is accessible for tools like screen readers is important and you should be aware of and follow the guidelines outlined in Accessibility Best Practices . One place you should be mindful about accessibility is when you bind
Posted by wcsdkteam | 3 Comments

Displaying Enum Values using Data Binding

Some of the FAQs about data binding are: • How do I bind to a method? • How do I bind between instantiated controls? • How do I bind an ItemsControl to an enum? I put together a quick sample that should answer the above questions: < Window xmlns =

Windows Presentation Foundation SDK Feedback – We’re Listening

Have you seen the “comments” link at the bottom of the installed Windows SDK topics? Have you seen the “Optional Feedback” UI at the top of the online Windows SDK topics? If so, have you wondered if your feedback is actually seen by anyone on the Windows
Posted by wcsdkteam | 1 Comments

WPF: Using Bitmap Effects to create drop shadows, outer glows, etc.

In WPF, there are a number of effects you can add on top of UI like drop shadows, glows, blurs and more using Bitmap Effects. Adding Bitmap Effects is VERY easy. Below is an example of a drop shadow bitmap effect applied to a button. The image above shows
 
Page view tracker