PDC Driven Links
This is really more for me so I can remember where I put things: WPF Pixel Shader Effect Library is up on Code Plex. I’m not sure where I would… Read More »PDC Driven Links
This is really more for me so I can remember where I put things: WPF Pixel Shader Effect Library is up on Code Plex. I’m not sure where I would… Read More »PDC Driven Links
I fought with this for a while today, so I thought I would toss it up as a solution. I was trying to create a transition between two screens for… Read More »Swapping Content In the Code Behind in Silverlight
I’m totally slammed until PDC, but I need to make a mental note for the cool stuff that has come up over the last couple weeks. Josh Smith and Crack.Net… Read More »Slammed until PDC – Here Are Some Links
I’m in the middle of trying to update my life to Silverlight RC0. Starting in a week or so, I’ll be trying to update my samples to RC0 and I’ll… Read More »We Are Experiencing Technical Difficulties
David Anson has put up a pretty cool application for looking at the default templates for Silverlight 2 controls. It works with Silverlight 2 RC0, which was released just this… Read More »Silverlight 2 Resources Browser (works with RC0)
Super cool new thing I learned today. In WPF, we can make it so that the drop down (popup) on a ComboBox displays the data in a ListView. Because of… Read More »How To Use a ListView or DataGrid In a ComboBox Drop Down (Without A Line Of Code)