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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3770 - 3799 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3770
Hi Carlos, Thanx for ur reply though I found the solutions already in a hard way than located in your articles. Anyway, In my investigation, I've come to know...
M. N. Islam Shihan
shihan23bd
Offline Send Email
Jan 1, 2007
3:02 pm
3771
(VS2005, C# project) Hi, I have a problem with a quick&dirty Addin to measure build times. It is set to load on startup. OnConnect: adds handlers for...
hauptmannp
Offline Send Email
Jan 10, 2007
5:14 am
3772
Hi, is there a problem with multiple Add-Ins hooking the BuildEvents in Visual Studio 2003? I have tried to use my Add-In together with the ReSharper ...
pjollans
Offline Send Email
Jan 10, 2007
10:50 pm
3773
Hi Phil, ... Not as far as I know. Command Events are another issue, however. Kind Regards, Anna-Jayne Metcalfe Software/Product Development Consultant, ...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Jan 10, 2007
10:58 pm
3774
Hi, ... I wrote a small add-in VS 2003 that hooks build events and had no problem with Resharper 1.0 and 1.5. I have not installed Resharper 2.0 for VS 2003,...
Pirelli Jean-Marie
timores2
Offline Send Email
Jan 11, 2007
6:23 pm
3775
Hi, I'm porting a 2003 addin to 2005, and have hit a line where a Project.Object is being cast to a VCProject. This line throws an exception saying that the...
dirty_and_stinky
dirty_and_st...
Offline Send Email
Jan 30, 2007
2:44 pm
3776
Hi, I ran into a problem along these lines recently with C++ projects, which might be your problem. There's a normally hidden folder called (something like)...
Duncan Lees
blu3_d0g
Offline Send Email
Jan 31, 2007
11:00 am
3777
Hello dirty_and_stinky Your code seems to reference VCProject from VS2003 You need #import the one from VS2005 Best, Maxim Mossienko ... d> Hi, d> I'm porting...
Mossienko Maxim Alexe...
maximmossienko
Offline Send Email
Jan 31, 2007
2:33 pm
3778
Does anyone know of a simple way for force the IDE to call an addins QueryStatus for a command and update the commands status? I have a task performed by by...
Duncan Lees
blu3_d0g
Offline Send Email
Jan 31, 2007
6:11 pm
3779
AFAIK it is not possible. What you could do is to set a button.Enabled=false. This will disable button immediately. _____ From: vsnetaddin@yahoogroups.com...
Bonio Lopez
boniolopez
Offline Send Email
Feb 1, 2007
12:46 pm
3780
Thanks, but could you tell me what object that call is on as I can't find it anywhere. -Duncan ... problem...
Duncan Lees
blu3_d0g
Offline Send Email
Feb 1, 2007
2:49 pm
3781
Hi, I'm trying to detect the user-settings in the Addin-Manager when executing the OnConnect in a c# Addin for Visual-Studio. Anyone can point me to a solution...
Oliver Gerlach
amorphisone
Offline Send Email
Feb 1, 2007
3:48 pm
3782
Found what I need for VS2005 as they've added a call to do this on a new iface: Commands2.UpdateCommandUI(true) Just need a solution for 2003. -Duncan ... ...
Duncan Lees
blu3_d0g
Offline Send Email
Feb 1, 2007
4:00 pm
3783
There's a CommandLineArguments member on the DTE iface that you can call to get the the command line used to invoke devenv. -Duncan ... executing ... from...
Duncan Lees
blu3_d0g
Offline Send Email
Feb 1, 2007
4:10 pm
3784
on CommandBarControl which you get after Command.AddControl(Commandbar, IndexOfTheControl) _____ From: vsnetaddin@yahoogroups.com...
Bonio Lopez
boniolopez
Offline Send Email
Feb 1, 2007
5:59 pm
3785
Thanks. Haven't tried it yet, but it looks like an option I can use. -Duncan ... Command.AddControl(Commandbar, ... ups.com, ... ups.com ... ups.com] ... ...
Duncan Lees
blu3_d0g
Offline Send Email
Feb 2, 2007
5:24 pm
3786
Hi Maxim, Thanks for the help... you were exactly right! The old .NET 2003 project was pointing at the 2003 Visual Studio assembly rather than the 2005 one....
dirty_and_stinky
dirty_and_st...
Offline Send Email
Feb 3, 2007
4:07 pm
3787
Hello Again, thanks for the reply, but thats not what i'm actually looking for. What I really need to know is if my addin will be loaded on vs-startup next ...
Oliver Gerlach
amorphisone
Offline Send Email
Feb 5, 2007
11:35 am
3788
Hi there, I'm developing an add in for my client and I'm creating a tool window using the createtoolwindow function.The tool window is actually an ATL activex ...
amnonlme
Offline Send Email
Feb 7, 2007
9:51 am
3789
Hi Ron, ... I think that would be a very, very bad idea unless you also make it not dockable. If you do decide you really need this (implementing ActiveX...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Feb 7, 2007
10:17 am
3790
Hi there, I'm developing an add in for my client and I'm creating a tool window using the createtoolwindow function.The tool window is actually an ATL activex ...
ronen_dim
Offline Send Email
Feb 7, 2007
2:51 pm
3791
Hello, Does anyone know if it is possible to use the various icons that are built into visual studio 2005? I'd like to use the icons that are used for the...
Joshua
elektrofetish
Offline Send Email
Feb 7, 2007
11:52 pm
3792
There may be a way to use them directly; however, you can always use the built in Visual Studio icon editor in conjunction with Paint. 1.) minimize the VS IDE...
Ken Jinks, Jr.
jinksk
Offline Send Email
Feb 9, 2007
12:32 pm
3793
That's a great idea, I think I'll give that a shot and see what kind of icon I can get. The ones that I have now are so. so. 1997 looking. Good point on the...
Joshua
elektrofetish
Offline Send Email
Feb 9, 2007
1:56 pm
3794
Has anyone come up with an elegant way to accomplish this? Say you have the following classes with the listed properties: MyClass.cs - FirstName -...
Joshua
elektrofetish
Offline Send Email
Feb 24, 2007
7:50 am
3795
Hi, my Add-In enumerates the controls on a form, usercontrol or web page via the designer window in visual studio. I have hit a problem scanning ASP pages...
pjollans
Offline Send Email
Feb 24, 2007
6:37 pm
3796
I've a problem getting hold of the Output window when it's not been made visible in the IDE. If it set to be shown, or set to auto hide and nothing has written...
Duncan Lees
blu3_d0g
Offline Send Email
Feb 26, 2007
6:40 pm
3797
I've written an add-in for internal use with our dev teams. I would like to deploy the add-in, but no one wants an msi. They just want loose files and will...
rainerclimbing
Offline Send Email
Feb 26, 2007
10:46 pm
3798
Yes, This is correct. Those steps should be all you need to do. -- Peter Macej Helixoft - http://www.helixoft.com VSdocman - Commenter and generator of class...
Peter Macej
peter_macej
Offline Send Email
Feb 27, 2007
7:33 am
3799
Never mind, for it myself. You just simply need to execute the command "View.Output". -Duncan...
Duncan Lees
blu3_d0g
Offline Send Email
Feb 27, 2007
11:13 am
Messages 3770 - 3799 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