I Got Rhythm
Ælij (Eli) Arbel's blog (.NET, WPF and more)
Sign in
|
Help
Home
Contact
RSS for Posts
Email Notifications
Go
Search
Go
Tags
.net 4
animation
beta
blog
c#
cleartype
clr
CodeValue
contest
dwm
generics
google
ink
personal
pl's
prism
prolog
rtl
sela
tips
vista
win7
windows forms
windows vista
wpf
Community
Home
Blogs
Archives
August 2010 (1)
July 2010 (1)
June 2010 (2)
March 2010 (1)
December 2009 (1)
November 2009 (2)
February 2009 (2)
January 2009 (1)
December 2008 (1)
November 2008 (1)
October 2008 (4)
September 2008 (1)
August 2008 (2)
November 2007 (1)
September 2007 (2)
June 2007 (2)
May 2007 (1)
February 2007 (3)
November 2006 (6)
October 2006 (4)
February 2006 (2)
August 2005 (1)
February 2005 (1)
August 2004 (5)
July 2004 (4)
June 2004 (5)
May 2004 (4)
October 2008 - Posts
0
Comments
Activator 2: XAML and Generics Day
by
aelij
First of all, you didn't miss part one. Just thought it was a funny reference . I'm currently working on a new release of WPF Contrib . In my TaskDialog class, I used a few classes I derived from ItemsControl (which I'm considering deleting in this version...
Filed under:
wpf
,
xaml
,
generics
0
Comments
License
by
aelij
I've added a license page to my blog. As indicated there, all code (unless noted otherwise) is released under the MIT license .
Filed under:
license
3
Comments
Improper use of InteropBitmap can cause a memory leak
by
aelij
I've been using InteropBitmap in my GdiTextBlock . The control creates a new GDI+ Bitmap every measure pass, which it then converts to a WPF BitmapSource using the Imaging.CreateBitmapSourceFromHBitmap() method (this method returns an InteropBitmap)....
Filed under:
wpf
0
Comments
Shady Pixels
by
aelij
In my previous post I mentioned the new Zune 3.0 visualizations. I really liked them, so I decided to try and create them using WPF's new (3.5 SP1) Effects. A while ago I wrote about BitmapEffects, and why you should try to avoid them. Effects replace...
Filed under:
wpf