DCSIMG
Custom Controls,.NET - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Custom Controls » .NET (RSS)
Free Team System Custom Controls For Every One
Free Team System Custom Controls For Every One Team System gives you Work Item with basic features but Team System also gives you the ability to write Custom Controls that will make your Work Item exactly like you want! I wrote lots of Custom Controls and saw many more, I still have the feeling that people have great ideas for new Custom Controls but they don’t know how to do it! You have a good idea for Custom Control?                 ...
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...
Work Item Relation - Custom Control
Work Item Relation - Custom Control In Team System 2005/2008 the relation in Work Items is just a Link between Work Item A to Work Item B. There is not "Father" and "Child" relation, " Rosario " should bring us Traceability Matrix and "Father" and "Child" relations between Work Items, but this is a Major request from many customers that should be given right away. I build very nice custom control that will manage relations between Work Items, So now...
Team System Work Item Color Control
Team System Work Item Color Control I've develop a "Color Control" for VSTS Work Items. The "Color Control" ( <Control Type="ColorControl" Label="" LabelPosition="Left" /> ) is placed in every Work Item and by the Work Item Type he takes the wanted color from an xml file located on the TFS. In addition we create an "Combo Color Control". This is similar to the "Color Control" except that colors are not by the Work Item...