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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2878 - 2909 of 3875   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2878
Hi Phil, I would use approach #1. I would avoid approaches #2 and #3. Since all accesses to a code model start with a call to ProjectItem.FileCodeModel or...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 1, 2005
7:04 am
2881
Remember that most of the extensibility assemblies are just PIAs. I am not sure if we allow redisting PIAs (we may, I will need to talk with some people to...
Craig Skibo
craigs_ms
Offline Send Email
Sep 1, 2005
9:56 pm
2882
if some one can tell me how one can have the control of the pop up menu that comes by right clicking on the Code file. any help will be appreciated. thanks ...
coolvarun43
Offline Send Email
Sep 2, 2005
11:02 am
2883
Sure, I wrote a KB article: HOWTO: Add a popup command bar to the context menu of a code window of Visual Studio .NET ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 2, 2005
11:08 am
2884
hi friends, if any one knows how to add an item in the pop up menu bar that comes by right clicking on the code file....
coolvarun43
Offline Send Email
Sep 3, 2005
8:54 am
2885
Thanks Craig, I think this needs a bit of explaining. A PIA is a Primary Interop Assembly and an IA is an Interop Assembly. There is some information about...
Phil Jollans
pjollans
Offline Send Email
Sep 3, 2005
11:52 am
2886
Hi, I currently have a toolbox added that adds a number of references when I drag it on to the design surface. What I need to do is force the copy local...
lokidba
Offline Send Email
Sep 5, 2005
2:53 pm
2887
Hi, Supposedly VS 2005 allows to create special commandbar buttons using the last parameter of Commands2.AddNamedCommand2, which is of the type...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Sep 7, 2005
3:41 pm
2888
Can anyone tell me how to add a command to the build menu and the context sensitive menu for a solution/project?...
donal_oconnor
Offline Send Email
Sep 7, 2005
3:56 pm
2889
See the HOWTO articles of my web page: http://www.mztools.com/resources_addin_developers.htm <http://www.mztools.com/resources_addin_developers.htm> Best...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 7, 2005
3:59 pm
2890
I was hoping for some help on this. I've ported my VSIP package to VS2005 beta 2 and after a *lot* of messing around managed to get the thing to compile...
stevensartain
Offline Send Email
Sep 8, 2005
7:17 pm
2891
Hi I needed to create some template format for code, so that I can use it to generate code later, and I thought, why not check what's already done. So I ...
Gustavo Guerra
gustavo_guer...
Offline Send Email
Sep 8, 2005
11:03 pm
2892
Hi, does anybody know if you can control Source Safe from an Add-In? Before my Add-In modifies a file in a project I want to: - check whether the project is...
Phil Jollans
pjollans
Offline Send Email
Sep 10, 2005
5:59 pm
2893
Hi Phil, ... As I understand it while limited SCC functionality is available within the automation interface, the Visual Studio SDK (formerly VSIP SDK) is more...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Sep 10, 2005
7:56 pm
2894
Sorry, is there anyone who can do me a favor for the following question? I've tried many methods but ExecuteCommand() always returns E_FAIL. Thank you very...
enusuki
Offline Send Email
Sep 12, 2005
8:53 am
2895
Hi Phil, Take a look at the EnvDTE.DTE.SourceControl property, which returns an EnvDTE.SourceControl interface with methods like IsItemUnderSCC and ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 12, 2005
9:01 am
2896
There is no "Edit.GotoLn" command, at least on my IDE. There is an "Edit.GoTo" command, that when invoked from the IDE shows a window to enter the line number...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 12, 2005
9:05 am
2897
Hi Carlos, thanks for the quick help. On the face of it, that looks very easy and should meet my needs. Do you happen to know if checking a file out is a...
Phil Jollans
pjollans
Offline Send Email
Sep 12, 2005
10:08 pm
2898
... that is, ... I donīt know, I suppose so, but you will have to test it. ... control may ... different ... Yes, some user discovered the very same issue...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 13, 2005
8:11 am
2899
Thanks, Carlos, I use VC++.Net 2005 Beta2. In the command window, we can use "GotoLn" or "Edit.Goto". If the line number not assigned, it will popup a window...
enusuki
Offline Send Email
Sep 13, 2005
12:06 pm
2900
Hi, I'm trying to get my old VS 2002/2003 add-in working with the beta2 for VS 2005. I've put it off for as long as I can :) But I've run into a couple of...
Duncan Lees
blu3_d0g
Offline Send Email
Sep 16, 2005
8:00 am
2901
The June CTP solved most issues with commands and buttons and have only found a couple of issues with the August CTP. So, I would recommend you to download the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 16, 2005
8:07 am
2902
Thank you. I'll give it a whirl. -Duncan...
Duncan Lees
blu3_d0g
Offline Send Email
Sep 16, 2005
12:47 pm
2903
hi frendz, this is new member to this group... i created one addin with toolwindow in VC++.NET.. my doubt is how can we create more than two downtabs exactly...
tirupati reddy
tiruvcpp
Offline Send Email
Sep 17, 2005
1:59 pm
2904
Hi tirupati, Welcome to the group. About your question, although inside your toolwindow you can place a TabControl to provide tabs for your toolwindow ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 19, 2005
8:12 am
2905
thank u verymuch carlos, actually , that all provided by VS IDE. after that , i created one Control with using "WindowsControlLibrary", i.e, UserControl. i...
tirupati reddy
tiruvcpp
Offline Send Email
Sep 19, 2005
12:10 pm
2906
Hi, I'm sorry but I donīt know about C++, others may answer your question. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 19, 2005
12:13 pm
2907
Hi all In my current implementation of my VSIP package in vs 2003 I add my toolbox tab and items during a hook into the SolutionOpening event. This same...
stevensartain
Offline Send Email
Sep 19, 2005
12:16 pm
2908
Hi tirupati, I may be able to help but I'm struggling to work out exactely what you're asking. Can you clarify? Looking at the answer that Carlos posted, he...
stevensartain
Offline Send Email
Sep 19, 2005
12:18 pm
2909
I donīt know, but I think that VS 2005 loads solutions asynchronously, that may affect... could you use the event fired when the solution has finished the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 19, 2005
12:21 pm
Messages 2878 - 2909 of 3875   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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