Friday, July 27, 2007 - Posts

Silverlight V1.1: Trying to build a simple drag-and-drop capability

I wanted a very simple kind of drag and drop ability in Silverlight V1.1 and I struggled to build it. Basic procedure might be to build a Canvas that does something like; Capture mouse down on a FrameworkElement Watch for mouse drag. As the mouse drags, Read More

Silverlight V1.1: Scrolling Picture List Box

I built a very basic listbox control that will display pictures. It looks like this; and will scroll through a list of items. I define it in XAML like; <ctl:PictureListBox Width="600" Height="200" Canvas.Left="20" Canvas.Top="140" RadiusX="10" RadiusY="10"> Read More

Neil's IEeee VSTS Project on CodePlex

I noticed that Neil has uploaded a new version of his IEeee browser plug-in that lets you easily submit defects about a web-site into Visual Studio Team System straight from the browser itself. He's also got some new Work Item Controls for grabbing Read More