DCSIMG
Custom Controls,TECH,TFS Administration,Work Items - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Custom Controls » TECH » TFS Administration » Work Items (RSS)
Work Item Spell Checker Custom Control for VS 2010
Work Item Spell Checker Custom Control for VS 2010 A long time ago I published a free Work Item Custom Control for Visual Studio 2005/2008 to allow using Spell Check on work item fields. Since Visual Studio 2010 comes with Spell Checker ability I left this project behind, over the last couple of months I got lots of requests from people to adjust this Control to 2010, Today I got a request from a customer that really needs it so here you go. Follow the link below, download the setup file and install...
How To: Write Team System Custom Control
How To: Write Team System Custom Control In this tutorial I'll show how to create simple Team System Custom Control. Create new project: Add reference to: (Version 9.0.0.0 for Visual Studio 2008) Microsoft.TeamFoundation.WorkItemTracking.Controls Microsoft.TeamFoundation.WorkItemTracking.Client You can find those dll's in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies Add using using Microsoft.TeamFoundation.WorkItemTracking.Controls; using Microsoft.TeamFoundation...
Team System - Work Item Spell Checker
Team System - Work Item Spell Checker There is a lot of demands from customers for a Work Item Spell Checker. I wrote a Spell Checker as a Custom Control that will be able to check any field inside a Work Item. Download - Work Item Spell Checker Insert the new control to the work item definition.any where you like. <Control Type="Spell" /> And you done!!! This Spell Checker is supported in all languages (depends on the installed languages). You need Office to be installed on the computer...