DCSIMG
Addins,Development - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Addins » Development (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...
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 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...