add-in

Visual Studio 2005 - Format/Indent javascript and CSS - Any addin?

Hello I hate code that is not indented. But i'm using Visual Studio 2005 for a web app project in asp.net. Is there any VS 2005 add-in that can help me to format javascript/css/asp markup in one key stroke like the native Ctrl K + Ctrl D in Visual Studio? Thank you NLV ...

Best practices for implementing an addin/addon/plugin strategy

My application should be extensible. For my own needs I have implement some services. These services are based on the IoC/DI princple. So the services encapsulate the concept of the application. For exsample, there are an IApplicationService. The ApplicationService exposes information about the current exceuting application. There are s...

image editor to add to my web site

hEY, Do You know any image editor with functions like draw on picture which I can add to my html web site ? It's something like paint for www ...

What are your top Visual Studio 2010 extensions?

Possible Duplicates: Best VS2010 Extensions Visual Studio 2010 - recommended extensions I've just discovered JSEnhancements for Visual Studio 2010 and it's left me wondering what other "indispensable" extensions and add-ins there are that I might benefit from. What are your key productivity extensions for Visual Studio 201...

Can you load/use custom forms from a C# AddIn in Outlook 2003?

As part of a VSTO C# AddIn, I need to be able to display the category information on an e-mail in the message window/email item inspector (If it makes any difference, I don't need to display it when there is no category information) so that an end reader can see the category information upfront. I was told trying to replace the default o...

Qt Visual Studio Add-In Problems

Hi, I am using Qt 4.6.2 with the latest version of the Visual Studio Add-In(1.1.5) with Visual Studio 2005 Professional. I am finding that whenever I restart Visual Studio or switch build targets(I am building Win32 & x64, Debug/Release builds) all of my moc, uic & rcc files will be regenerated even when the .h/.ui/.qrc files have not ...

VS Macro/Add-in to convert string concatenations to string.format style

I have project in development where string operations like "Hi " + variable + ", welcome to Project" are used at many places (given example is very minor one). One of the requirement is to convert it to string.format style. It is very long and tedious job, where I would not like to break earlier working code due to any human error migh...

Using MAF with Prism or CAL

Hi I am in processes of migrating my CAB application to Prism. And facing a specific request of having all the modules hosted in the shell be in different Appdomain. Was thinking of using MAF to achive this... Can any one give me some heads up on how to go about it.. Thanks in advance Vikram ...

Permission Denied Error During Update of a Local MSOffice Add-In from Network

I am attempting to write a procedure in PowerPoint 2003 that will allow automatic updating of an installed add-in. The general process is as follows: Uninstall the add-in For Each objAddIn In Application.AddIns If UCase(objAddIn.Name) = UCase(AddInName) Then With objAddIn .Registered = msoFalse .Auto...

VS plugin from 2008 to 2010

Hello, I have a plug-in that I use with Visual Studio 2008. I am testing 2010 and one of the problems I am seeing is the fact that the plug-in doesn't get loaded anymore. This is the command I am using to add my plug-in: toolsMenuName = "Tools"; Microsoft.VisualStudio.CommandBars.CommandBar menuBarCommandBar = ((CommandBars)_applic...

Deploying ClickOnce Application With System.AddIn Support

Hi All, I have a ClickOnce app that I would like to have MAF (System.AddIn) support with. I have learned about the System.AddIn Pipeline structure and such in a local context, but when it comes to ClickOnce, I can't find any information regarding such a feat. Do I need to maintain the AddIn pipeline still in a ClicKOnce environment? ...

How to open a new Live Meeting window programmatically

Hi, I am currently engaged in developing a add-in for MS outlook 2007. I need to open a new Live meeting(conferencing request) window programmatically. This is exactly same as the action performed when the new-> Live meeting button is clicked. Is there any possibility to fire the click event of the "Live Meeting" command bar button? Ple...

developing Outlook Add in

Hi How can i developed a plugin like the sales report or my links? i already developed a addin, but it goes to the menu. How can i insert it like that? http://www.add-in-express.com/images/2007/adx-vsto/outlook/outlook-regions.gif ...

Autosize datagridview in usercontrol

Hi i am developing a custom panel for outlook. and i have a question, how can i autosize width and height the datagridview to the userControl? This is what append: Edit: Microsoft.Office.Tools.CustomTaskPane taskPane; Microsoft.Office.Interop.Outlook.Application applicationObject; Outlook.Explorer explorer; Ta...

How to read the data from Non Adjacent Cells in Excel using C#

I have an excel sheet, in which i have multiple cells selected, which are not adjacent to each other. When the user click on the button, we need to read all the cells data, process it and write it to some other cell. If the cells are adjacent to each other, i was able to get the range and able to perform the operation. But if the cells ...

Where should I attach solution or project events in my Visual Studio add-in?

Can anyone suggest the best place to add solution or project events, such as ProjectAdded, to a Visual Studio add-in? If I do this when the add-in connects then there's no solution loaded, so how can I tell when a solution has been loaded? For example, if I write an event to handle project items being added, where should I attach this?...

HowTo get work Microsoft Visual Studio 2010 and Qt Visual Studio Add-in?

Greetings everyone! Question: does any one have a success with combining Microsoft Visual Studio 2010 with Qt Visual Studio Add-in? I have tried to use MSVS2010 with Qt VS Add-in 1.1.5, but no luck. PS: no never mind what exactly arch or OS, I used Win7 x32... Thanks! ...

Using Mono.Addins local conditions

As described here how do you " register an instance of the ConditionType" on the AddinManager? ...

Is there a tutorial, code project, or example of using MEF to extend the Vs2010 solution explorer context menus?

I have an existing legacy style IDTExtensibility2, IDTCommandTarget Extension that I would like to remake using MEF for vs2010, but I can't find any resources concerning VS2010 MEF and context menu changes. If it happened to be deployable via .vsix all the better. Are there resources out there specific to MEF based context menu extensio...

Access 2007 web service.

I know that you can make a add-in to communicate with web services but is there one built that you can download and go? ...