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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1105 - 1134 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1105
Are there any "old-style" VSIP partners who have been able to access the privatenews newsgroup? From what I've gleaned, everyone should login to the ...
Eric Promislow
ericpromislow
Offline Send Email
Aug 1, 2003
6:37 pm
1106
Since Microsoft has made the VSIP interfaces available to everybody I would like to take this opportunity to say that discussion of VSIP programming is also...
davidjeschke
Offline Send Email
Aug 2, 2003
6:45 pm
1107
We just use the /OUT parameter when building at the command line. This lets you specify an output file. Then after the DEVENV.EXE process ends, we check the...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Aug 4, 2003
5:35 am
1108
That is definitely the fallback plan ;-) ... This lets ... ends, we ... the command ... window. ... part of an ... does not ... running a ... though not ... ...
Ian Cooper
ian_hammond_...
Offline Send Email
Aug 4, 2003
4:00 pm
1109
I have the same probelm. Incompability between VS.NET 2002 and 2003. I have also posted my problems at microsoft.public.vsnet.ide two times but no reaction...
hnschenklein2003
hnschenklein...
Offline Send Email
Aug 5, 2003
2:53 pm
1110
Hi Folks, I'm new to this group and hope, I'm on topic. I read through the last 1K messages but couldn't figure out my problem, so I'm posting. We're ...
mandelbrot2001
Offline Send Email
Aug 5, 2003
6:34 pm
1111
Hi everyboby, I need help. The subject discribe what I want to do. And belieced I solved this assignment from my boss. I developed my "solution under VS.Net...
hnschenklein2003
hnschenklein...
Offline Send Email
Aug 7, 2003
11:22 am
1112
Eric, Thanks a lot. This looks exactly what I was looking for. I was aware of the concept of "context bag" by looking at the VSIP doc, but I had missed any...
cyril_mathey
Offline Send Email
Aug 7, 2003
11:23 am
1113
Hello all, I am currently trying to find out a good strategy to handle the creation/deletion of commands by add-ins. The problem I am concerned with is whether...
cyril_mathey
Offline Send Email
Aug 7, 2003
11:23 am
1114
Hi, Commands should not be deleted when the user unloads the add-in, only when the user uninstalls the add-in. If you remove commands when the user unloads the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Aug 7, 2003
12:35 pm
1115
hi all, i'm trying to find the "using ..;" statements in a code file using the FileCodeModel.CodeElements but there's no codeelement of type...
Mohamed Mesalem
m_mesalem
Offline Send Email
Aug 7, 2003
1:00 pm
1116
Carlos, Yes, I have already implemented the deletion of commands upon uninstall (with a little help from the book "Inside VS .NET 2003"). Here, I am wondering...
cyril_mathey
Offline Send Email
Aug 8, 2003
11:06 am
1117
IMO, commands (which are non-UI) should be preserved to avoid losing customizations but toolbars (which are UI) should be unloaded (it is what I would expect...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Aug 8, 2003
11:35 am
1118
... would ... I don't have a real solution, but what about moving the files in the existing folder somewhere else, _before_ doing the AddDirectory ? Or just...
timores2
Offline Send Email
Aug 8, 2003
3:59 pm
1119
I released (a bit ago) VSEDebug Beta 1 for people to test, and I'd like some feedback from the people who know VS best. VSEDebug is a debugger add-in that...
cppmanuf
Offline Send Email
Aug 9, 2003
1:45 pm
1120
I am trying to bind various keys to various addins I have written in C# but so far I have failed. I have downloaded the KeyMap addin referred to in Brian...
Brian Phillips
brianphillips@...
Send Email
Aug 9, 2003
1:45 pm
1121
Well, I always delete it! ... From: cyril_mathey [mailto:cmathey@...] Sent: Friday, 8 August 2003 7:36 PM To: vsnetaddin@yahoogroups.com Subject:...
Erick Sgarbi
evscbox
Offline Send Email
Aug 9, 2003
1:46 pm
1122
Here's the function I'm using (pun intended). It basicly grabs the entire text of the document, and parses it manually. The compiler requires that using...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Aug 11, 2003
4:38 am
1123
FYI. The compiler doesn't require all using statements to be at the beginning of the file. You can place them anywhere, for example, inside a class or...
Brent Rector
wiseowlconsu...
Offline Send Email
Aug 11, 2003
2:14 pm
1124
I'm working on an add-in, and the VSIP program has an example of making a debugger. When I try to follow the example, it fails. I have VC6, .NET 2002, and .NET...
pierre_maloka
Offline Send Email
Aug 11, 2003
5:01 pm
1125
I have an add-in which adds a toolwindow in the OnConnection event. I am not using the UserControlHost control, but hosting the usercontrol directly. Now it...
Angus Grant
hondavtr250
Offline Send Email
Aug 12, 2003
1:25 am
1126
Okay, I see that they can be placed inside a namespace declaration, but how exactly do you get them inside a class declaration. I'm using VS2003 and it gives...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Aug 12, 2003
2:58 am
1127
If you are using VS.Net 2003, not using the shim control does not work, you have to use it. Carlos Quintero ... De: Angus Grant [mailto:angus@...] ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Aug 12, 2003
6:45 am
1128
Hi all: I'm working on an add-in that wants to handling VS.NET IDE's Edit commands, such as Redo, Undo. Can anyone here tell me how could I do this? I have...
Alex Dong
alexdoncn
Offline Send Email
Aug 12, 2003
1:33 pm
1129
You can use EnvDTE.Events.CommandEvents, filtering passing the GUID and ID of the Redo, Undo commands. I think to remember that there is a bug that causes that...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Aug 12, 2003
2:25 pm
1130
Hi all, I noticed that after installation of VSIP SDK my VS.NET no longer works correctly. The problem is that code generation wizards (like Add new class,...
dsha1980
Offline Send Email
Aug 12, 2003
2:35 pm
1131
run regsvr32.exe against the csproj.dll that should fix it. Cheers! Dave ... From: dsha1980 To: vsnetaddin@yahoogroups.com Sent: Tuesday, August 12, 2003 9:07...
dave wanta
ghop_98
Online Now Send Email
Aug 12, 2003
3:06 pm
1132
Thanks, Dave. This indeed helps. dave wanta <support@...> wrote: run regsvr32.exe against the csproj.dll that should fix it. Cheers! Dave ... From:...
Dmitry Shaporenkov
dsha1980
Offline Send Email
Aug 12, 2003
4:38 pm
1133
Hi all: I think I should detailize what I want with the ToolWindow. I'm working on an add-in ToolWindow that wants to handle VS.NET IDE's Edit commands, such...
Alex Dong
alexdoncn
Offline Send Email
Aug 13, 2003
2:31 am
1134
Thank you Carlos, thank you for the info but what I want is control the Command's status from Add-in. The CommandEvents is capable only intercept the command...
Alex Dong
alexdoncn
Offline Send Email
Aug 13, 2003
2:31 am
Messages 1105 - 1134 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