I Bow my head! Thanks Ramesh, indeed. I will keep you posted of any improvement but this is a great leap for what I am doing now. Cheers, ES ... From: RAMESH...
I am writing a program in Visual Basic.NET and I would like to customize a combobox without writing APIs - mainly because I have no idea of how to do so....
Hi, I am using visual studio .net 2002. I want to use TypeConverter and UITypeEditor to let the user customize the property of the control. But it did not work...
Okay Tony, you need to be waaaaaay more specific. 1) How did you expect it to work? 2) How did it actually work? 3) Please post your source code for your...
Well, after loads of research I finally finished it:) VSEDebug is a debugger add-in for Visual Studio.NET 2002 and 2003 that adds the ability to view custom...
Hi all, there is PrivateAssemblies folder located at \Microsoft Visual Studio .NET 2003\Common7\IDE\PrivateAssemblies\. As readme.txt file in this folder says,...
Hi, I'm storing custom properties in the solution from which one of them is a relative path. Whenever a user saves the solution to a different path this ...
Hi, Using VS.NET 2003: I was trying to use fixed versions in the AssemblyInfo.cs with the addin's I'm building. However this results in debugging problems like...
Hi Arild, ... I've already tested this one but this events only fires if you change the name (exclusing the path) of the solution. So MS doesn't think renaming...
Hello, Does anyone know if it is possible to interact with the dynamic help of Visual Studio ? I would like to asssociate help keywords with a tool window...
Hi, I would like to hook to an event when user clicks right mouse button and the Code View context menu is displayed. I want to enable/disable my custom menu...
Try doing it in the IDTCommandTarget.QueryStatus method of your Connect class Carlos Quintero ... De: mvyboch [mailto:mvyboch@...] Enviado el: lunes, 07...
Hi Michal I have posted an article in codeproject that does exactly that here is the link: http://www.codeproject.com/useritems/CollectionBuilderAddin.asp Just...
Here they are: C++ File BrowseObject {EE8299C9-19B6-4f20-ABEA-E1FD9A33B683} C++ Folder BrowseObject {EE8299CA-19B6-4f20-ABEA-E1FD9A33B683} C++ Project...
Hi, I found these a while ago and posted the info to the vsnet.ide microsoft newsgroup. I can't remember what they are off the top of my head, and rather...
Experts, I was trying to install VISUAL STUDIO.NET, on my expi machine. I got an acdemic version of .NET studio(which i got in a Microsoft seminar for free),...
... They're not published anywhere that I could find. I happened to find one of them by poking around the registry. I had a simple extender that I could try...
Hi, If I remember well, there are 4 CDs for Visual Studio, plus one more, "Windows Component Update". If you have not this, you can try to install the ...
Hi everybody, I´m writing an office Addin in VS 6 (using C++ 6) and I would like to know if there is a group for addins for Visual Studio 6 or, if I can post...
Hi, There are several addins groups in the msnews.microsoft.com, create a news account in Outlook Express. This group is intended for add-ins for VS.Net Carlos...
There is a lot of sample code out there re: VS6 addins. For example, check out http://www.codeproject.com/macro/. However, if you have specific questions,...
We are writing an addin[1] that integrates a version control system(Subversion) with VS.NET. The version control system supports renaming of items in the local...
I strongly suggest you do take the SCC route as this will give the user the best experience, all the way down to the editor automatically checking out files as...
... Well, someone else is already doing that - see http://nidaros.homedns.org/subway/. Besides, from what I understand, the SCC API is mostly geared towards...
Hi folks, The addin I'm writing acts on projects referenced within a solution file. I need a FileInfo for each project which is fine most of the time. However...
I am trying to port a VB6 addin into a VS.NET addin, so that if I open a VB project/solution from VS.NET IDE, I can customize the menus; some will be hidden...
I have developed an add-in which references a legacy application developed by my company. The legacy application is a VB6 ActiveX EXE. The addin makes COM...