2
votes
0answers
12 views
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 …
0
votes
1answer
21 views
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 …
0
votes
1answer
20 views
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 …
1
vote
0answers
27 views
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
vote
2answers
29 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 …
1
vote
2answers
16 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
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
0answers
17 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 …
0
votes
0answers
15 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 …
3
votes
2answers
31 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.
0
votes
3answers
71 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 = …
1
vote
2answers
51 views
Where can I store executable code downloaded from a site and run it?
In my C# application, if I wanted to be able to download an "add-in" from our website and store it locally on the user's computer, and then run it (assume it's an assembly DLL or EXE, doesn't matter), …
0
votes
1answer
11 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 …
0
votes
2answers
47 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 …
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 …
