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 1751 - 1780 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1751
Hi, I have created an Addin that is invoked via a CommandBar item from the Tools Menu. I also managed to put a bitmap on the menu item. However i am unable to...
philipmorley
Offline Send Email
Apr 1, 2004
10:56 am
1752
In the Files section, VS.NET automation Articles , see <http://f3.grp.yahoofs.com/v1/gDxsQChcePDLzkxV-dvXuRnRHXZC--AJAzfm9LfH9UNF3d ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Apr 1, 2004
5:06 pm
1753
Does anyone know how to catch the "move" event in the solution explorer? I have tried adding listeners to all of the events listed for SolutionEvents,...
trex213
Offline Send Email
Apr 1, 2004
8:47 pm
1754
try GotDotNet.com. you can post your tool, with no source...
John
rainerclimbing
Offline Send Email
Apr 1, 2004
11:45 pm
1755
See message #1739 Re: Problem with ProjectItemEvents Regards, Carlos J. Quintero (Visual Developer - .NET MVP) _____ From: trex213 [mailto:trex213@...] ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Apr 2, 2004
8:59 am
1756
Greetings! It seems to me that there is room in the VB.Net IDE for a lot of improvement in automatic generation of database objects. If I create a data...
interrobang
Offline Send Email
Apr 2, 2004
3:57 pm
1757
can someone please advise me where the latest download for the xsshimgen.exe is please ?...
baxtc2000
Offline Send Email
Apr 4, 2004
6:34 am
1758
Hi I've dicsovered that the setup project I have does not actually register my managed add-in control during installation. Can someone advise how I should be...
baxtc2000
Offline Send Email
Apr 4, 2004
6:17 pm
1759
Hi I would be grateful for any help we have an addin and I can build and run in the debugger and run the setup project for it. the problem is whenever we try...
baxtc2000
Offline Send Email
Apr 4, 2004
6:18 pm
1760
... Look in the Files section of this forum, to the left of the screen. There is a subsection for shim controls. Carlos J. Quintero (Visual Developer - .NET...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Apr 5, 2004
3:25 am
1761
... someone ... The easiest way is to add the proper registry entries for addin registration in HKCU or HKLM\Software\Microsoft\VisualStudio\7.0 or ...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Apr 5, 2004
3:33 am
1762
Watch this space. We've developed a complete business layer and app framework which generates exactly what you need... Won't be long now ... ExecuteNonQuery ...
baxtc2000
Offline Send Email
Apr 5, 2004
3:26 pm
1763
Hi Carlos thanks for the reply. I'm familiar with the registration options for the addin under the key you mentioned and have them et in the setup project,...
baxtc2000
Offline Send Email
Apr 5, 2004
4:35 pm
1764
... Select the DLL containing the user control in the setup project. Set "Register" in the property window to "vsdrfCOMSelfReg". -- Arild AnkhSVN:...
Arild Fines
arild_fines
Online Now Send Email
Apr 5, 2004
7:38 pm
1765
Create a custom user control that gets registered as a COM object = create an ActiveX control (see the build settings of the project and/or the installer for...
klimetschek@...
klizza2004
Offline Send Email
Apr 5, 2004
8:31 pm
1766
Has anyone who has created a ToolWindow been able to resize their custom control when the toolwindow resizes? I'd be interested in seeing some code examples. ...
phstur
Offline Send Email
Apr 6, 2004
3:34 am
1767
Does anyone know how can I identify the design window when it's active? I am developing an add-in to get metrics and I found out that I occur in exception when...
lukaptr
Offline Send Email
Apr 6, 2004
1:08 pm
1768
In .NET, the best way is usually to use the Anchor and Dock properties on the controls on your toolwindow. Then you can do without a resize handler. This is...
Phil Jollans
pjollans
Offline Send Email
Apr 6, 2004
8:20 pm
1769
Yea, I tried the Dock and Anchor...(did not work for me) so I will look into the Layout event... Are you using the Shim control? Thanks ... From: Phil Jollans...
Paul Sturgill
phstur
Offline Send Email
Apr 6, 2004
9:21 pm
1770
... active? ... occur ... have ... makes ... If Window.Object returns a IDesignerHost object, then it's a Windows Forms designer window. Carlos J. Quintero...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Apr 7, 2004
6:54 am
1771
We used no shim control at all and did nothing special to have a control that resizes with the toolwindow. It's a control written in C# that inherits form...
klimetschek@...
klizza2004
Offline Send Email
Apr 7, 2004
8:56 am
1772
Is there any "official" way of getting a Project object when all you have is a VCProject? What I'm currently doing is this: string name = ...
Arild Fines
arild_fines
Online Now Send Email
Apr 7, 2004
9:55 am
1773
Thanks... I just tried it ... again... and it resizes.... Hmmm... that was weird. ... From: klimetschek@... [mailto:klimetschek@...] Sent:...
Paul Sturgill
phstur
Offline Send Email
Apr 7, 2004
4:54 pm
1774
I am developing an add-in with VS.NET 2003 PRO and after having built the setup file I found out that the add-in works just on VS.NET 2003, while the 2002...
lukaptr
Offline Send Email
Apr 9, 2004
3:49 pm
1775
... You need to build it in VS2002. Any addin built using VS2003 will target the 1.1 framework, which is not supported by VS2002. Of course, you will also need...
Arild Fines
arild_fines
Online Now Send Email
Apr 9, 2004
7:50 pm
1776
... My hack idea (haven't tried it yet) is to redirect the solution explorer's IDropTarget interface through your own! The secret is the...
matt_mastracci
Online Now Send Email
Apr 14, 2004
4:38 am
1777
Hi, I am trying to write an Addin to expand all the collapsed sections in code. I am unable to find any means of doing this. Could someone pl help Philip...
philipmorley
Offline Send Email
Apr 14, 2004
9:34 am
1778
Hi to everybody! I am always developing the add-in in order to catch metrics, and I need to use the CodeElement to understand when the developer is on a...
lukaptr
Offline Send Email
Apr 14, 2004
9:47 am
1779
There is no support for regions in the extensibility model for addins apart from (I suppose) entering VSIP packages (www.vsipdev.com <http://www.vsipdev.com> )...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Apr 14, 2004
10:49 am
1780
I am not expert in C++, but I know that it uses its own extensibility model through the Microsoft.VisualStudio.VCCodeModel DLL file. Check MSDN, in the Visual...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Apr 14, 2004
11:06 am
Messages 1751 - 1780 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