0
votes
3answers
48 views
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 …
1
vote
1answer
14 views
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?
0
votes
1answer
12 views
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 …
0
votes
1answer
21 views
How to write slide powerpoint change to a file?
Hello,
I want to write to a file every time that exist a slide change in powerpoint.
With presentation.pps I want to write in the file something like:
presentation - slide 1 - 11h04m03s
presentation …
3
votes
1answer
25 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 …
1
vote
0answers
45 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:
…
0
votes
2answers
31 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 …
0
votes
1answer
23 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
0answers
21 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
30 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
21 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 …
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 …
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
1answer
27 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
12 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 …
