Refactoring features in Visual Studio 2005 for VB
Hi, Does anybody know a good and free add-in for Visual Studio 2005 to get refactoring features in VB? Thanks in advance /Enrico ...
Hi, Does anybody know a good and free add-in for Visual Studio 2005 to get refactoring features in VB? Thanks in advance /Enrico ...
I'm looking for a .NET Add-in that reads in the contents of the Current Document window, lists the header declaration of all Regions, Subs, Functions, and Module Level Variables, and provides a simple Move Up/Move Down buttons to rearrange their order. ...
Is is possible to write MS SQL Server add-in? I'm thinking of some application integrated with database server available form SQL Server Enterprise Manager. ...
I'm looking for a plugin-based application framework that is comparable to the Eclipse Plugin Framework, which to my simple mind consists of: a core plugin management framework (Equinox / OSGI), which provides the ability to declare extension endpoints and then discover and load plugins that service those endpoints. (this is different...
Hi, Anyone knows how can I change the text of a Word.Range object but still keeping it's format? For example if I have "this text" and I change it to "that txt", txt will still be in bold. I'm looking for a way to change the whole text of the range, not just a single word, as I'm getting the new text from an independent API, I can assu...
If you create a simple "Hello World" VSTO2SE add-in targeting Microsoft Office Excel 2003, it takes 15 seconds to load on a cold startup. During that time, Excel is completely unresponsive. The cold-startup time is always poor in Excel 2003. I have seen one test machine where the startup time is instant in Excel 2007, but all my oth...
Any ideas on how to disable, but not uninstall Resharper 4.x or above? ...
I need to be able to get all keypress events before they are passed up to the Word document. I want to do special handling of the keys and depending on what mode the add in is in, the keys may or may not be sent to the Word document. I only want the keypress events that belong to the document, I don't want to hook events for popup wind...
I've searched google for any add-ins that might add the height/width to the properties pane, but can not find anything. Before I set about coding an add-in myself, I thought I'd ask here to see if anyone knows of anything. Basically what I do now is either right click the image in browser > view image > view properties... or I open up th...
I'm looking for suggestions about how can I build an extensible WCF server (with dynamically loaded services), preferably using System.Addins or MEF. The server should host any WCF service (contained in DLL assemblies, loaded in runtime) that implements a minimal "plugin" API (StartService/StopService/GetStatus?/etc). This post is a go...
If you've ever used SharePoint Designer, you'll know it's bad. Really bad. Is there any good replacement for that? Is there any consideration I must take account of if I want to build my own Visual Studio Add-in connector to connect to it? Anything you know that I should be aware of? I just hate the slowness and the way SPD (SharePoin...
Hi, I need help in figuring out how to iterate through currently open Excel add-in files (.xla) that have not been registered in Excel using the Tools > Add-ins menu path. More specifically, I am interested in any workbook that doesn't appear in the Add-In dialog, but has ThisWorkbook.IsAddin = True. Demonstrating the issue: Trying to...
I am trying to find the organizer of an appointment using AppointmentItem->GetOranizer This is a COM addin in C++ I am seeing some peculiar behaviour THe call succeeds if the Outlook user is NOT the organizer Fr meetings organized by the user it always fails( exception thrown) any suggestions ...
[This code is called from within the Inspector.Activate event handler (first call), i.e. right before the inspector window is actually shown.] For "native" mail inspectors I can simply QI the Inspector interface to IOleWindow and call its GetWindow method. However, this will not work for Word inspectors which are in fact instances of Wo...
Hello, I Have a problem with my custom Addin to word because sometimes, MS Word was disabled my addin, and I need to write another AddIn, which Was enabled to turn - on/off my first AddIn. Is it possible? sorry for my English :( ...
I wrote a simple add-in for Visual Studio 2008 that opens a dockable window pane. You can download the source and a binary installer by clicking here. The nature of the add-in means that it is ideally going to stay docked next to where you edit your source. But sometimes, on some installs, it won't stay docked. You run VS, you dock my...
After experimenting with screenshots of programmatically sized Outlook Inspectors, I've noticed that resizing is not instant. (TakeScreenshot is done programaticcaly by creating a bitmap from the window's device context, then writing it to disk. Version A: Resize, Bringtofront, TakeScreenshot Version B:Resize, Bringtofront, threadslee...
Hello, I am looking for a Visual Studio add-in that would analyze the text around the cursor position and navigate to the corresponding class definition. For example I have this XML file that is currently open: <object id="abc" type="MyProject.Foo.Bar, MyProject"/> If I put the cursor somewhere between the double quotes on the type ...
A question to those of you who already looked at VS2010. How big are the changes that add-in developers will have to make in order to get their add-ins working under VS2010? ...