|
by Corey via Xamlmammal.com on 12/8/2009 3:00:15 PM
So I typically do not blog much about WPF but recently I have been doing so much work in WPF I only thought it fair to share my experiences with it. Today I found out a little problem when I noticed that my Cursors defined in XAML was not working. In my little test application it was working fine, but when I applied the code to my solution they weren't working. After some research eventually I had an "AH HA!" moment. In code, a typical windows developer likes to add "Cursors.Wait" when doing cal
... [ read more ]
|