Hi, Can anyone take a look at this issue and tell me why TypeDescriptor.GetEditor behaves differently when called from a Windows Forms app and from a VS 2005...
I know that creating commands with custom bitmaps did not work with VS2005 beta2, does somebody knows if this is fixed in VS2005 Release Candidate. I tried it...
Hi Thierry, I donīt know if C++/ATL has any influence, but that problem was fixed just after Beta 2 in the June CTP, so everything after that, including...
... fixed just ... Release ... Many thanks Carlos, I was finally able to make it work. It seems that there is a difference in VS2005 from the way the Satellite...
I think that officially in VS.NET 2002/2003 you have to specify both the SatelliteDLLName and SatelliteDLLPath registry entries (the SatelliteDLLPath should...
hi, this below NOTE got in msdn... i.e,"Add-Ins created in Visual Studio 2005 do not work in Visual Studio .NET 2003. Add-ins created in Visual Studio .NET...
Hi, The MSDN note is correct: if you build with VS 2005 it wonīt load in VS.NET 2002/2003, and if you build with VS.NET 2002/2003, probably wonīt work ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vsnetaddin group. File : /VS.NET...
vsnetaddin@yahoogroup...
Oct 6, 2005 4:07 pm
2967
Dear All, May I ask what is in your opinion the most effective choice in long run as a programming language for VS.NET/MS Office add-ins development? Please...
Hi Shamil, VB.NET and C# are equally efective to write VS.NET / Office add-ins and there are no differences regarding this, since add-ins rely on the .NET ...
hi, i think,carlos has given u the good answer for your question... To developing the AddIn, to be the most effective, reliable ,generic, rarely changing after...
Hi All, I want to add a new command bar in outlook 2000 with the help of .net 2003. Can anybody suggest me some thing.I have added a button but I am not able...
I hope someone can help! One of the changes from vs2003 to vs2005 was how the logo is displayed in the splash screen. In vs2003 your product name had to...
Answered this myself with a little more searching. This is apparently a bug in Beta 2 of vs2005 which has since been resolved in future releases. Sorry for...
Hi, I have built an add-in which creates new menu. I have defined shortcut keys for some of the menu items. When I install this add-in and open Visual Studio,...
Hi all I'm looking to allow a hosted window in VS faciliate a drag start and then allow the document window to handle the drop (much like the toolbox does when...
I am not sure. The keyboard schemes are stored on disk in files with extension .vsk, but I donīt know if you can generate a copy programatically, at least...
Can you elaborate? What kind of customization? Do you want to build such add-in or are you looking for a 3rd party add-in? Best regards, Carlos J. Quintero ...
I'd like to create an addin that makes a piece of text into a url in the code editor. For example, right now if you type http://www.yahoo.com into the code...
Hi Carlos, Thanks for the response. I am looking at rearrange the projects in the solution explorer in the way I want. Like a group of projects as a set one...
An add-in can monitor the text that you write at line level using the EnvDTE.TextEditorEvents.LineChanged event in VS.NET 2002/2003. In VS 2005 you can monitor...
You can get the UIHierachy item from the Window.Object property where you must set Window to the Solution Explorer window. However, I donīt think that the...
Why does VS 2005's version of VSLangProg.dll (which is version 7.0.3300.0) have a reference to the non-existent EnvDTE.dll version 7.0.3300.0? VS 2005 does not...
Hello all, I'm developping an AddIn for VS .Net 2003 and I want to catch some events (ItemAdded, ItemRemoved, builing the project...) But I can't find on the...
When you say VSIP, you mean it has to be done using a custom text marker like this: http://blogs.msdn.com/dr._ex/archive/2004/06/09/152220.aspx Anyone have any...
The Add-In api doesn't provide for any mouse events, so I don't know if this is possible, but is there a way to create a custom tooltip for certain words in a...
... Terms like "add-in" are overloaded -- Resharper includes package DLLs like Microsoft.VisualStudio.Shell.Interop.dll, so I suspect it's a package, not an...