Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Blog going offline
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
Code published on my blog is Ms-PL licensed
Feel free to use based upon the Microsoft Ms-PL license:...
Date: 01/13/2011
Links Fixed Updated
Sorry for the hiccup on some of the links for samples. Those have now been fixed. -mark
Date: 11/04/2010
Great accessiblity post
Andrew Tokeley has a great post about work heβs been involved in called ButtercupReader - it's a...
Date: 03/22/2010
TechEd Session Building a Silverlight Application Project
Finally I'm positing the Silverlight 2 Beta 2 project for my TechEd "Building Rich Internet...
Date: 06/17/2008
TechEd Session Slides
Below is the link to the slide deck(s) for the two TechEd 2008 sessions. I'll be posting the...
Date: 06/04/2008
Pwnd by the demo gods
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
Ok β what about this Silverlight thing?
As you can see I concluded my "short story" blog post (previous post) saying that I'm at TechEd β...
Date: 06/02/2008
Shortest story of the past two years
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
test1 title
test body https://i.microsoft.com/global/d7033c38-6ed9-42f4-a18b-94f4c9393a3f.png
Date: 01/28/2008
Still alive.
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
New Whitepaper/Samples for creating custom DataGridView cell/columns
The DataGridView developer has recently completed and posted two new whitepapers that implement a...
Date: 02/02/2006
UltraNav Scroll Helper - followup
As a follow up to my post on getting the DataGridView and UltraNav/IBM scroll button to work, I've...
Date: 01/19/2006
UltraNav Scroll Helper
using System;using System.ComponentModel;using System.Windows.Forms;using...
Date: 01/19/2006
Media player like rating DataGridView column
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
New link for TreeGridView
Some people reported problems actually running the TreeGridView sample, so I've recompiled it on an...
Date: 01/18/2006
Full DataGridView scrollbar code
public class ScrollDataGridView : DataGridView{ private const int WM_HSCROLL = 0x0114, WM_VSCROLL =...
Date: 01/12/2006
Native Scrollbar Code
public class NativeScrollBar : NativeWindow{ public NativeScrollBar(Control parent) { CreateParams...
Date: 01/12/2006
DataGridView mouse scrolling button with IBM/UltraNav driver
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
Customizing the DataGridView to support expanding/collapsing (ala TreeGridView)
One of the first things that I wanted to customize with the DataGridView is to make it support...
Date: 01/08/2006
Welcome
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