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 2604 - 2637 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2604
Hi Phil, I have just got Beta 2 and AFAIK from what I have read in the last weeks on ... I think so. As a general rule, the add-ins for VS.NET 2002/2003 should...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 1, 2005
7:34 am
2605
Hi Tom, Some tips: - There is more than one "View" command bar in the DTE.CommandBars collection, at least two, and they have the same name. Ensure that you...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 1, 2005
7:48 am
2606
hi, if anyone can tell me the event where i can catch the deletion of the control inthe .NET iDE. regards, veeru....
coolvarun43
Offline Send Email
Jun 1, 2005
8:53 am
2607
I can only answer the last question. ... Probably yes. From what I've read, this is the only way how you can register unmanaged add-ins. I'm however using...
Peter Macej
absurdisti
Offline Send Email
Jun 1, 2005
1:22 pm
2608
... the ... Yes, there is a documented service called IComponentChangeService that you can get from the IDesignerHost, and that has a set of events that can...
Tim Farley
krelnik
Offline Send Email
Jun 1, 2005
4:00 pm
2610
Thanks man i got the events. I am also wriring the cod here if some one needs it in future then it may be handy: Just copy this whole code and put in the user...
coolvarun43
Offline Send Email
Jun 3, 2005
3:15 am
2611
Craig, The signature of the Click event of CommandBarButton of the new Microsoft.VisualStudio.CommandBars assembly is: Public Event Click(ByVal Ctrl As ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 6, 2005
1:27 pm
2612
Carlos, Thanks a ton for the tips. I'm just now have a bit of time to get back to work on this addin. I guess I was missing the QueryStatus() functionality....
Magyar, Thomas J. CI...
tamagyar
Offline Send Email
Jun 6, 2005
2:51 pm
2613
I was too quick to send this email. I just figured it out by once again visiting QueryStatus() and realizing that that has the same string. Once I used that...
Magyar, Thomas J. CI...
tamagyar
Offline Send Email
Jun 6, 2005
2:58 pm
2614
Hi Tom, - In C#, when you have to pass an optional argument, you use System.Type.Missing. See http://west-wind.com/weblog/posts/744.aspx ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 6, 2005
3:00 pm
2615
I want to automatically have my tool window appear amongst others in the group pane with Solution Explorer, Resource View, Class View, etc. Whenever mine is...
Magyar, Thomas J. CI...
tamagyar
Offline Send Email
Jun 6, 2005
4:27 pm
2616
If you guys recall, I posted way back on a problem with linked files and sometimes not being able to retrieve their code model. Thanks to Carlos and based on...
usysware
Offline Send Email
Jun 6, 2005
6:22 pm
2617
Yep, this has changed since VS2003. I will send a bug over to our command bar people. Thanks! craig ________________________________ From:...
Craig Skibo
craigs_ms
Offline Send Email
Jun 6, 2005
8:42 pm
2618
I'm looking for some information on how to start experimenting with extending the way the Unit Test features work in Whidbey. Anywhere I can get my managed...
Matt Garven
the_ashling
Offline Send Email
Jun 7, 2005
8:19 am
2620
hi, if anyone knows how to capture the event when the clicks on the File- ... same or not??...
coolvarun43
Offline Send Email
Jun 7, 2005
10:17 am
2621
Use the approach described here with the "File.SaveAll" command: http://support.microsoft.com/default.aspx?scid=kb;en-us;555090 ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 7, 2005
10:20 am
2622
Hi, It does not seem a bug to me; it happens, for what I have seen, that in VS 2005 there is no longer a project file for a web project. In previous versions,...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 7, 2005
10:42 am
2624
hi can some one tell me how to get the objects of both forms incvolved in switchin. i am using an event with following declaration: ...
coolvarun43
Offline Send Email
Jun 7, 2005
11:07 am
2625
Hi, I would like to encourage all of you to make a little effort to ensure that the VS 2005 extensibility model is free of the bugs that we all have identified...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Jun 7, 2005
11:27 am
2626
hi man, can you tell me how to track the switching between two forms in IDE. i am using SelectionEvents.OnChange += new ...
coolvarun43
Offline Send Email
Jun 7, 2005
11:32 am
2627
Couldn´t you use the EnvDTE.Events.WindowEvents or EnvDTE.Events.DocumentEvents instead? The WindowActivated event, for example, gives you both windows. Best...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 7, 2005
11:34 am
2628
Hi Peter, ... So, using VS 2005 Beta 2, AddNamedCommand does not add custom bitmaps to the commands, is that what you are saying? ... How do you add a...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Jun 7, 2005
2:08 pm
2629
Hi Carlos, ... Not only it doesn't add custom bitmaps - it doesn't create the Command at all. After reading some posts on MS forums and confirming the problem ...
Peter Macej
absurdisti
Offline Send Email
Jun 7, 2005
2:30 pm
2630
Hi Peter, I will have to take a closer look, but DTE.Commands.AddNamedCommand creates the commands for me using MsoButton = False and passing the ResourceID ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 7, 2005
2:48 pm
2631
Craig, I was secretly hoping it wouldn't come to this but your answer to use FileCodeModel is what I was expecting. I have a shared package source code base...
usysware
Offline Send Email
Jun 7, 2005
3:30 pm
2633
I need to be able to programmatically: 1. Open an HTMLDocument 2. Populate the document with text retrieved from a database 3. Detect when the text in the...
raza_ross
Offline Send Email
Jun 7, 2005
5:45 pm
2634
I was just able to reproduce that bug (KB 555256) on Beta 2. So, I guess I'm stuck. I'm gonna bring this question back from my earlier reply. Do you have any...
usysware
Offline Send Email
Jun 7, 2005
6:04 pm
2635
Does anyone know if there is a way to programatically access the refactoring functionality for C# in VS2005 Beta 2? Thanks, Trent Barnes...
trex213
Offline Send Email
Jun 7, 2005
8:11 pm
2636
My addin written in C# is coming along pretty well now. I have a treeview that lists a subset of documents (.cxx, .c) files that are in the projects within the...
Magyar, Thomas J. CI...
tamagyar
Offline Send Email
Jun 7, 2005
9:54 pm
2637
Hi, You will need to use the TextDocument, TextPoint, EditPoint and TextEditorEvents.LineChangedEvent of the EnvDTE namespace. To insert text into the document...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 8, 2005
8:20 am
Messages 2604 - 2637 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