Wednesday, October 01, 2008 - Posts

Forcing 32-bit CLR Exes on a 64-bit Machine

This one really comes via Mike in that today we were both running the same application on our machines ( same machine spec ) and it was working for me but not for him. We were foxed until he pointed out that he was running 64-bit ( which I stopped running Read More

Filed Under:

WPF - Experimenting with Multi-Input Pixel Shaders

Whilst my day job continues on its ever-accelerating decline :-) I thought I'd entertain myself by experimenting with multi-input pixel shaders in WPF following on from the post I wrote over here. Now, luckily for me Greg over here has already talked Read More

Filed Under: ,

WPF DataGrid and Hiding Columns

Looking for advice here :-) I find that in the WPF/Silverlight DataGrids there's this option which is really useful; AutoGenerateColumns="true/false" but I generally don't want either true or false. What I seem to want is; "Autogenerate all of them Read More

Filed Under: ,

DataGrid - Master/Details

Following on from that previous post about the WPF DataGrid I thought it might be interesting to try and move towards more of a master/details view with a separate grid displaying the orders for each customer. I modified the UI a little bit;<Window Read More

Filed Under: , , ,

More on .NET 4.0 along with some "Oslo" and a little "Dublin"

From this blog post, check out the whitepaper and the webcast as well. Read More

Filed Under: