add-in

How can I hide Protected Excel AddIn Functions from Appearing in Insert Function Dialogue Box?

I recently discovered, however, that all public functions are displayed in the "Insert Function" dialogue box when you select "User Defined" in the "Or select a category" drop down list. This happens even if you password protect the project and lock it for viewing. To get to the "Insert Function" dialogue box press Shift-F3. Private f...

problem with Excel automation function

hi folks, i´m programming a vsto add-in combined with an automation add-in in VB.NET using MS Visual Studio 2008. The automation add-in is activated in excel and registered at the system. basically the automation add-in running very well, when you call the function with "=<function-name>(<argument1>;<argument2>;...;<argument-n>)" by w...

jQuery selectors tool

I'm looking for some kind addon for browser (firefox, opera, ie, chrome, etc...), which can easily highlight element(s), which I define by jQuery selector. ...

MS Office Excel Ribbon - Cannot change/hide Editing group in Home tab

I have a .net addin for Excel. The addin creates the Ribbon UI for Excel 2007 and re-purposes some existing commands such as Cut, Copy, Paste, Sort etc. For Cut, Copy and Paste I am just overriding their OnAction value to call my own procedure when the buttons are clicked. But for Sort, Sort Asc and Sort Desc commands the case is a litt...

Creating a Wizard for Plugin project development

My DotNET application allows for plug-in dlls by 3rd party developers. I'd like to facilitate the process of making these plug-ins by offering a set of tools that create empty projects and new standard classes. Essentially, I need to create a typical ClassLibrary project with a bunch of dll references and some PostBuild Events. Also, it ...

Microsoft Word Add-In in C# to output HTML formatted text

Hello, I created a Microsoft Word Add-In that puts the text of the current document in a string using this line: string text = Globals.ThisAddIn.Application.ActiveDocument.Content.Text; now I'm trying to put inside the string, the HTML formatted text of the document, just as if I would save the document as an HTML file and read the f...

List of open documents in VisualStudio (Plugin-Development)

Hello, I am currently trying to develop a simple plugin for visual studio 2008 using c#. I feel kind of stupid to ask, but after searching the doc for a few hours I can't find a way for a really simple task: Assume this open solution. I simply want a list of the documents open in the TABs on the right. I tried something, see below... ...

Highlight text from Visual Studio 2008 add-in

Hi, guys! I'm writing another code coverage tool for .NET with Visual Studio 2008 integration. Everything goes well except one thing: I can't find a way to highlight some code chunks. I need it to inform user about covered and not covered blocks. You can see example of the feature I want on the next screenshot (from native VS code cove...

WPF form in Visual Studio Add-in Project

Hi All, I am building a visual Studio 2008 add-in. That Add-in needs a UI for user inputs. I was planning to use WPF for that UI. But i am not able to find a way to make that working. Is there any way to have a WPF form in Visual-studio add-in project? regards, Pavan ...

Unable to install a VSTO excel 2003 AddIn

I developped a VSTO SE Excel 2003 add in. When launching and debuging the add in from visual studio, it works well. But when I try to deploy it from my own install it never works. To sum up, here is my install process: the files are copied at the right location I register the addin: HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Ad...

visual studio add in - add file to project

Hi, Google's not being my friend today. Can anyone point me in the direction of any resources regarding creating add ins for Vs 2008? Specifically, I have 2 tasks I cannot find any resources for: 1) Is a project currently open 2) How to add a file to the open project If anyone has any resources / links it would be great. Thank you ...

Microsoft Outlook Addon

Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System can only be installed on a machine with the corresponding Visual Studio localized edition. Please install the matching Visual Studio 2005 localized edition and then run Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System setup again. ...

VS 2010 addin for Fogbugz?

I'm starting a project in Visual Studio 2010 and I'd like to use FogBugz in conjunction with it, but the addin supplied appears to be for VS 2008. Is there a version that works with 2010? [crosses fingers and hopes Joel answers ;)] ...

How to customize save behaviour in Word using VSTO

Fundamental question on how to get the bits to work together: I've not used VSTO before and after 4 hrs of searching I've decided to ask! I want to create a simple AddIn for word that will execute when the user saves ANY document. I thought all I would need to do would be to create an AddIn in VisualStudio 2008, and put my code in the ...

Is there any addon for Visual Studio that enables drag-and-drop references?

I would like to drag a dll to my project references. Is it possible? Is there an plugin for it? ...

How do you install Firebug if your computer is isolated from the internet?

I have noticed that Firebug and some other addons I have browsed require that Firefox be installed and running for them to be installed. That's a little inconvenient, given that my development machine is not connected to the internet. Is there a way to download and install the addins using a flash drive? ...

modify request headers in Internet Explorer

Hi Is it possible to modify request headers sent by Internet Explorer. There are addins to do this for Mozilla Firefox. Is there a similar thing for IE. Thanks in advance!! ...

WPF - Evaluation of Lambdas in XAML

I am writing an app in WPF. It is getting tiresome making all my converters for simple stuff. I looked around and found WPFix. It seems nice, but has not had any releases in almost a year and is looking abandoned. Has anyone used this? Is it stable? Does anyone have any recommendations for a different solution to allow Lambdas in...

Redgate Visual Studio addin

Hi there, I realise that this may be subjective (and would appreciate not being voted down on this one XD), but I would like some advice from other developers out there who have used RedGate's .Net productivity addins - ANTS Performance Profiler Pro, ANTS Memory Profiler, and Excpetion Hunter. Its quite pricey, and basically, does anyo...

Does anyone know an addin or macro to allow nesting files (dependentupon) from within VS?

As per this thread: http://social.msdn.microsoft.com/forums/en-US/csharpide/thread/f33c32df-14e4-4636-8c8e-c96f66666cb5/ "I can modify a C# project using notepad to make a file DependentUpon another file, but is there a way to do this in the IDE?" All the links in the thread are dead. Anyone know something similar that can be used? ...