Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Ok, as Blend continues its march, my mind starts moving to things I might do with it. And, naturally, one of the thoughts I've been having, is to write a game in it. There are plenty of technical aspects I need to work out... but here's what I'm thinking. Read More...
1 Comments
Filed under: , ,
Ok, this isn't anything too new for most folks, but the "Trailer" for the Total Training series on Expression Blend is on the net. Check it out at http://youtube.com/watch?v=nqgjv0lODYU . Yeah, that's me. And yes, I'm quite proud of it. :) Read More...
1 Comments
Filed under: ,
Ok, this is neat. This is the first time I've worked with layout panels and actually creating one of my own. Here's the code: class OverlapStackPanel : StackPanel { protected override Size ArrangeOverride( Size arrangeSize) { UIElementCollection children Read More...
0 Comments
Filed under: ,
Ok, most C# developers can probably do this in their sleep, but I needed to hook up a timer that would do something every N milliseconds. And every time, I have to decide if I need a System.Threads.Timer or a System.Timers.Timer and so on. So... This Read More...
1 Comments
Filed under:
I'm sure everyone else runs into these issues all the time, but every time I have to do this, I end up pulling up MSDN and looking all of this up. It's not too efficient, so I'm going to drop a few points here for reference. First: Binding a basic type Read More...
 
Page view tracker