Browse by Tags
All Tags »
Custom Controls »
Work Items (
RSS)
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...
My Lecture On Team System Users Group (TSUG) Not every day you get an invitation to be a lecturer in such a honored user group, and I want to thanks Dave Mckinstry for the invitation. My lecture was about Custom Control in Team System. I talked about the basic steps you need to take for create your custom control. Also I gave couple of tip and tricks while writing custom control, and of course I showed couple custom control that I wrote. This was so much fun!!!!
Q: Work Item Definition - Layout Target Not Working My post about How To: Manage Custom Controls In Team System and Web Access shows how to create Work Item Layout for Web and another for Team Explorer. I got a comment from a reader that this Target layout is not working. Reader:After exporting the Xml using Process Editor I’m editing the Xml file and inserting the new Layout, then I import it back to TFS and the Layout changes and only keeps <Layout Target="WinForms">. Process...
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: Add Custom Controls Into Work Item I had question regarding the post about How To: Write Team System Custom Control . Question: How I can add the custom control anywhere in the Work Item? First download PowerTool 2008 so will be able to work with Process Template Editor . Copy you Custom Control output into - (For Visual Studio 2008) C:\Documents and Settings\All Users\Application Data\Microsoft\Team Foundation\Work Item Tracking\Custom Controls\9.0 Copy you Custom Control output into - ...
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 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...
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...