1
vote
2answers
12 views
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 …
0
votes
0answers
12 views
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 …
1
vote
2answers
25 views
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 …
0
votes
0answers
13 views
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 …
0
votes
1answer
25 views
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 …
0
votes
1answer
10 views
Outlook AddIn - How to get notified when a folder is removed?
the FolderRemoveEventHandler isn't global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is …
3
votes
2answers
29 views
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.
8
votes
16answers
650 views
What Visual Studio add-ins do you use?
I have the following installed:
Imports Sorter (for VS 2005)
GhostDoc
Regex Find and Replace (.Net regex compatible find and replace, because VS has its own regex syntax)
rockscroll
Smart Paster
…
6
votes
30answers
5k views
What is your favorite visual studio plugin?
What is your favorite visual studio plugin?
0
votes
0answers
8 views
Using a COM based Addin created for Visual Studio 6 in Visual Studio 2005.
Is it possible to use an Add-in created for Visual Studio 6 in Visual Studio 2005. I know its possible for one to use COM Add-ins created for Visual Studio 2002/3 in Visual Studio 2005.
Unfortunately …
0
votes
0answers
6 views
Shared add-in installation via Group Policy
I Have a shared add in (not VSTO) which I need to deploy via group policy to all users on the target machines.
My addin (targeting outlook specifically) accepts a command line switch which is the …
0
votes
0answers
23 views
Renaming Images / CSS classes in complete Project - how?
Hi guys,
I have following problem:
at the stat of a project, many many images and cssclasses was created. None of them are have a correct name // spelling and / or a single touch of name-style.
Is …
0
votes
3answers
59 views
Read the ActiveCell content in Excel using VSTO
Hi there,
I'm trying to read the ActiveCell from within an Excel Add-in but not getting very far. Anyone any ideas?
Excel.Window W = this.Application.ActiveWindow as Excel.Window;
Excel.Range R = …
0
votes
1answer
20 views
Excel COM Add-In dialog interrupts script
Hi all!
I have written an Excel COM Add-In in C++ for automation of Excel with VBA. It contains an own dialog showing some general informations about the Add-In.
Now i create a button in Excel that …
0
votes
2answers
44 views
Will visual studio 2010 express support addins?
I know vs2008 express didn't. I'm hoping this will change with vs2010. Anyone know? Link me?
Edit:
Anyone have a primary source? While "As far as I know" answers can be helpful, in this case it …
