Welcome to MSDN Blogs Sign in | Join | Help

Marcelo's WebLog

Improving the world one entity at a time

June 2007 - Posts

Data binding a WinForms PictureBox to a file path or URL
I've seen this question up on the forums, and I thought I'd write up a little sample of how to accomplish this. First, let's start with a stock console application (just so I don't have to worry about a WinForms designer file). using System; using System.Data; Read More...
Basics of data-bound drag-drop in WPF
Also known as "how do I perform drag-drop between two data-bound list boxes"? Well, excellent question - here's a first shot at the answer, although there is much polish that could be added. This really isn't all that different from the series that was Read More...
Page view tracker