Search the web
Sign In
New User? Sign Up
vsnetaddin · Visual Studio.NET Add-ins
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1043 - 1072 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1043
Here is something i wrote a while ago for VS 2002. May need some cleaning. ...
RAMESH SHRIVASTAV
ramshri
Offline Send Email
Jul 1, 2003
2:53 pm
1044
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...
Erick Sgarbi
evscbox
Offline Send Email
Jul 1, 2003
3:54 pm
1045
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....
Takeya Allen
takallen
Offline Send Email
Jul 1, 2003
8:40 pm
1046
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...
tonyshenqi
Offline Send Email
Jul 2, 2003
2:59 am
1047
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...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Jul 2, 2003
3:36 am
1048
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...
cppmanuf
Offline Send Email
Jul 2, 2003
10:05 am
1049
Hi all, there is PrivateAssemblies folder located at \Microsoft Visual Studio .NET 2003\Common7\IDE\PrivateAssemblies\. As readme.txt file in this folder says,...
dsha1980
Offline Send Email
Jul 2, 2003
10:05 am
1050
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 ...
harry_scarey2002
harry_scarey...
Offline Send Email
Jul 3, 2003
11:33 am
1051
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...
harry_scarey2002
harry_scarey...
Offline Send Email
Jul 4, 2003
11:10 am
1052
... The SolutionEvents.Renamed event doesn't do what you want? -- Arild...
Arild Fines
arild_fines
Online Now Send Email
Jul 4, 2003
11:16 am
1053
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...
harry_scarey2002
harry_scarey...
Offline Send Email
Jul 5, 2003
12:16 pm
1054
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...
cyril_mathey
Offline Send Email
Jul 7, 2003
1:25 pm
1055
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...
mvyboch
Offline Send Email
Jul 7, 2003
2:24 pm
1056
Try doing it in the IDTCommandTarget.QueryStatus method of your Connect class Carlos Quintero ... De: mvyboch [mailto:mvyboch@...] Enviado el: lunes, 07...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 7, 2003
2:27 pm
1057
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...
Erick Sgarbi
evscbox
Offline Send Email
Jul 7, 2003
3:00 pm
1058
Here they are: C++ File BrowseObject {EE8299C9-19B6-4f20-ABEA-E1FD9A33B683} C++ Folder BrowseObject {EE8299CA-19B6-4f20-ABEA-E1FD9A33B683} C++ Project...
Duncan Lees
blu3_d0g
Offline Send Email
Jul 8, 2003
5:10 pm
1059
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...
Duncan Lees
blu3_d0g
Offline Send Email
Jul 8, 2003
5:10 pm
1060
... Thank you sooo much! I'd almost given up on ever finding these. May I ask where you found them? I'm pretty sure by now that they're not in the ...
Arild Fines
arild_fines
Online Now Send Email
Jul 8, 2003
5:25 pm
1061
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),...
krishna_kurra
Offline Send Email
Jul 9, 2003
11:32 am
1062
... 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...
Duncan Lees
blu3_d0g
Offline Send Email
Jul 9, 2003
11:32 am
1063
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 ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 9, 2003
12:23 pm
1064
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...
Luis
tio_rosty
Offline Send Email
Jul 11, 2003
12:44 pm
1065
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...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 11, 2003
12:48 pm
1066
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,...
Oz Solomon
wndtabs
Offline Send Email
Jul 11, 2003
1:06 pm
1067
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...
Arild Fines
arild_fines
Online Now Send Email
Jul 13, 2003
8:14 pm
1068
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...
Oz Solomon
wndtabs
Offline Send Email
Jul 13, 2003
8:20 pm
1069
... 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...
Arild Fines
arild_fines
Online Now Send Email
Jul 13, 2003
9:39 pm
1070
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...
Martyn West
westmr76
Offline Send Email
Jul 15, 2003
3:47 pm
1071
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...
syyamaguchi
Offline Send Email
Jul 15, 2003
8:58 pm
1072
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...
spibjs
Offline Send Email
Jul 15, 2003
8:58 pm
Messages 1043 - 1072 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help