DCSIMG
Addins - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Addins (RSS)
Appointment World Times – Outlook 2010 Add in
Appointment World Times – Outlook 2010 Add in After some bad experience scheduling meetings with people in different time zones I decide to write a simple add-in for outlook that will allow me to see times differences while writing the appointment. If you have to schedule meetings around the world you probably familiar with the http://www.timeanddate.com/worldclock/ and several more that will help you see the time and date difference between your location the the other attendees. Download Here The...
TFS 2010 - Urban Turtle for a Better Scrum
TFS 2010 - Urban Turtle for a Better Scrum If you doing Scrum in TFS 2010 this is an Add-on you can’t ignore!!! Urban Turtle is built by Pyxis Technologies and provides an awesome Scrum experience for TFS. Urban Turtle will assist you with your Scrum process with a beautiful Interface and easy functionality though TFS 2010 Web Access. Sounds Good? give it a try http://urbanturtle.com – You can download it for 30 days Ream More from Brian Harry Planning Board Prioritize your backlog using drag-and...
How To: Disable the Team Members Feature
How To: Disable the Team Members Feature If you installed TFS Power Tools 2008 you will see couple of new features. One of the features called – "Team Members" that allows you to collaborate with your team even better.  One of the features is integration with instant messaging that allows you to see presence, IM, video, audio, etc from inside Team Explorer.  You can read more about the feature here: http://blogs.msdn.com/bharry/archive/2008/10/01/preview-of-the-next-tfs-power...
How To Create Custom Check-In Policy
How To Create Custom Check-In Policy Create a new Visual C# class library project. Add an assembly reference to System.Windows.Forms.dll . You use this assembly to display message boxes. Add an assembly reference to Microsoft.TeamFoundation.VersionControl.Client.dll. By default, this is installed in the following folder:\Program Files\Visual Studio 2008 Team Foundation Server\Tools Replace your skeleton class code implementation with the following source. Note that the class derives from the PolicyBase...
How To: Create TFS Reports Using Excel
How To: Create TFS Reports Using Excel (PivotTable) I have customers that from time to time need new reports for them self not for the all project, I asked them why you need me to create this king of report? The answer is: I don't know how and it's too complicated... My answer: No it's not! In less then 5 min you will be able to create report like the one below that sync directly from TFS. Let's Start Open Excel 2007 click on Data tab and click on From Analysis Services . Enter TFS...
How To : Create SQL Server Management Studio Addin
Read the full and original article from Jon Sayce Here In the last post I talked about How To: Create Windows Live Messenger Addin Now let's create SQL Server Management Studio Addin. Start: Let's open Visual Studio and create a new Visual Studio Add-in project. Check the right options for your Addin. After you finish the wizard please add new Setup project. Add Project output -> Primary output and change the output group registration to vsdrpCOM Enter to Registry Editor and add your Addin...
How To: Create Windows Live Messenger Addin
How To : Create Windows Live Messenger Addin This is my first post in a series of posts about Addins. Next : How To : Create SQL Server Management Studio Addin Let’s Start": Messenger Addins are not enabled by default, so to enable Addins for Messenger - Go to HKCU\SOFTWARE\Microsoft\MSNMessenger and add a DWORD value named AddInFeatureEnabled set to 1 Now launch Windows Live Messenger, sign in and go to Tools, Options, Add-ins . You should see this: The Basics of Live Messenger add-ins Windows...