Mark Rideout's Blog
Hey all - Just wanted to let you know that I'll be turning off my Blog on 12/18. I'm no longer...
Date: 11/29/2018
Feel free to use based upon the Microsoft Ms-PL license:...
Date: 01/13/2011
Sorry for the hiccup on some of the links for samples. Those have now been fixed. -mark
Date: 11/04/2010
Andrew Tokeley has a great post about work he’s been involved in called ButtercupReader - it's a...
Date: 03/22/2010
Finally I'm positing the Silverlight 2 Beta 2 project for my TechEd "Building Rich Internet...
Date: 06/17/2008
Below is the link to the slide deck(s) for the two TechEd 2008 sessions. I'll be posting the...
Date: 06/04/2008
Ok – so my TechEd presentation came and went and all I can say is that "I was pwnd by the demo...
Date: 06/04/2008
As you can see I concluded my "short story" blog post (previous post) saying that I'm at TechEd –...
Date: 06/02/2008
Yup I've not updated my blog for almost 2 years. The shortest story for the past two years is that:...
Date: 06/02/2008
test body https://i.microsoft.com/global/d7033c38-6ed9-42f4-a18b-94f4c9393a3f.png
Date: 01/28/2008
Sorry I haven't posted any new. Since March I've moved to a different group here at Microsoft and on...
Date: 10/17/2006
The DataGridView developer has recently completed and posted two new whitepapers that implement a...
Date: 02/02/2006
As a follow up to my post on getting the DataGridView and UltraNav/IBM scroll button to work, I've...
Date: 01/19/2006
using System;using System.ComponentModel;using System.Windows.Forms;using...
Date: 01/19/2006
One request that I've seen a few times is to have a column in the DataGridView display a rating like...
Date: 01/18/2006
Some people reported problems actually running the TreeGridView sample, so I've recompiled it on an...
Date: 01/18/2006
public class ScrollDataGridView : DataGridView{ private const int WM_HSCROLL = 0x0114, WM_VSCROLL =...
Date: 01/12/2006
public class NativeScrollBar : NativeWindow{ public NativeScrollBar(Control parent) { CreateParams...
Date: 01/12/2006
As part of my work I use an IBM Thinkpad laptop a lot (T40 model) and one thing that has bugged me a...
Date: 01/12/2006
One of the first things that I wanted to customize with the DataGridView is to make it support...
Date: 01/08/2006
Well, this is my first blog post. I really don't know what to say or what to write about, so first...
Date: 01/08/2006