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 3801 - 3830 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3801
... That's the idea. I recommend not using the user-specific folder as the dest of the .Addin file. The common folder is a good choice, but it ... @set...
Eric Engler
englere.geo
Offline Send Email
Mar 2, 2007
5:22 am
3802
Hi, if I want to open a code file using ProjectItem.Open, what difference does it make whether I use the parameter vsViewKindTextView or vsViewKindCode? Phil...
pjollans
Offline Send Email
Mar 4, 2007
8:01 pm
3803
I've filed a bug feedback report concerning a problem getting the DTE.ActiveDocument: ...
Sean Echevarria
sean_echevarria
Offline Send Email
Mar 5, 2007
2:56 am
3804
Hi, I'd like to change the editor color for a specific Element displayed in the Text Editor (mainly Tools->Options->Fonts&Colors, Item : User Keywords ) from...
Oliver Gerlach
amorphisone
Offline Send Email
Mar 8, 2007
3:35 pm
3805
Hello Oliver Gerlach It is possible to change color/font customization for given Display Item id in registry that will be effective on Visual Studio restart. ...
Mossienko Maxim Alexe...
maximmossienko
Offline Send Email
Mar 9, 2007
2:13 pm
3806
I got one command added to the code window context menu and it's all working fine. I have been trying to build a more complex context menu... looking around ...
Stephane Duguay
s@...
Send Email
Mar 17, 2007
1:07 pm
3807
what is the best way (most comfortable for the end user) to provide code generation / modification in the soruce editor? My current model is "User selects /...
hauptmannp
Offline Send Email
Apr 20, 2007
7:11 am
3808
I've run into two issues that I'd like to get some feedback on from the community here. Firstly, calling CodeClass2.RemoveInterface() throws the following ...
elektrofetish
Offline Send Email
May 5, 2007
2:37 pm
3809
i know how to make picture of icon of add-in in the tool menu and how to make resource file but i want to know what must be change in connect.cs class to use...
monii_2050
Offline Send Email
May 9, 2007
8:58 pm
3810
I've my own tool used during C/C++ builds that I need to create Task items for. I was happily using the OutputWindowPane's OutputTaskItemString member for...
Duncan Lees
blu3_d0g
Offline Send Email
May 25, 2007
5:08 pm
3811
Does EditPoint.ReplacePattern work with the option vsFindOptionsRegularExpression? For me it doesn't seem to work at all! If I provide a regular expression, it...
pjollans
Offline Send Email
Jun 12, 2007
9:46 pm
3812
Hi, does anybody have experience of using visual studio with Team Foundation Server (TFS)? I have received an error report indicating a NullReferenceException...
pjollans
Offline Send Email
Jun 25, 2007
10:34 pm
3813
My add-in reads the source code file (.vb or .cs) and can print the source of particular method or class. However, it doesn't handle #if directives which...
Peter Macej
peter_macej
Offline Send Email
Jun 26, 2007
11:14 am
3814
Hi, I have developed a VS 2005 addin which adds a buttont to toolbar. I have changed the tooltip of button thru "AddNamedCommand2(...)" call by editing the 4th...
sumitpkedia
Offline Send Email
Jul 11, 2007
6:01 pm
3815
Hi, I have developed a VS addin.While using HKEY_LOCAL_MACHINE in RegOpenKey method, I get following error message - error C2872: 'ULONG_PTR' : ambiguous...
sumitpkedia
Offline Send Email
Jul 11, 2007
6:02 pm
3816
Hi, I had a problem with tooltips in VS 2005 Beta 2 and added some code in my add-in to work around it. I have not removed this code so I don't know if it's...
Pirelli Jean-Marie
timores2
Offline Send Email
Jul 12, 2007
2:05 pm
3817
Can you not just substitute ULONG* for ULONG_PTR in your code? -Duncan...
Duncan Lees
blu3_d0g
Offline Send Email
Jul 12, 2007
2:35 pm
3818
Hi, Does anyone how if an event is triggered when a developer adds a bookmark to a document in visual studio? I'd like to add them to a TreeView in an add-in...
steveski74
Offline Send Email
Jul 13, 2007
12:23 pm
3819
hi , I am creating a VS addin in C++.Can any body tell me how to add a short cut key for menu item. regards Sumeet ... Why delete messages? Unlimited storage...
sumit kedia
sumitpkedia
Offline Send Email
Jul 17, 2007
1:00 am
3820
I will be out of the office starting 07/16/2007 and will not return until 07/25/2007. ...
bob.powell@...
bobpowell1
Offline Send Email
Jul 17, 2007
1:12 am
3821
Steps followed: Register the addin under HKEY_LOCAL_MACHINE Open devenv ,Addin is observed under Tools menubar. Unregister the addin Addin is removed from...
sumitpkedia
Offline Send Email
Jul 22, 2007
4:12 am
3822
With vs sdk projects you need to reset vs with the devenv /reset command line option before the menus show up. Maybe this will help. Bill ... From:...
Bill F. Foust
rimdev
Offline Send Email
Jul 22, 2007
2:59 pm
3823
I've a project which was in VS2k3 and 've converted it into VS 2k5 by including all the files in empty project and attaching all the files and references...
jivan.goyal
Offline Send Email
Aug 23, 2007
1:02 pm
3824
Hi, this is really a question for Carlos, because I know that he uses Inno Setup for his Add-In. Do you know what I have to specify in my setup in order to...
pjollans
Offline Send Email
Sep 17, 2007
7:34 pm
3825
Hi, I believe that I have now fixed the installation problem with Vista 64-Bit version. The problem is related to how the Add-In is registered. By hand, you ...
pjollans
Offline Send Email
Sep 22, 2007
12:02 pm
3826
Hi! I'm new to this group, so I hope I can find some help here. My problem is that I want to create a tool window from my addin in Visual Studio 2005. After...
markusbischof
Offline Send Email
Oct 1, 2007
6:02 pm
3827
Hi, I'm able to create a tab, but i'm not able to install the component.. here is my code : // Create a EnvDTE object. System.Type t =...
x04001
Offline Send Email
Oct 9, 2007
2:25 pm
3828
Hello, I'm solving quite difficult problem (for me). I have large web site or web application project with about 1300 code files. For now, I will talk only...
Peter Macej
peter_macej
Offline Send Email
Oct 12, 2007
8:28 am
3829
Hi Peter, I haven't really looked at your problem in detail, but I saw the reference to Carlos's article http://www.mztools.com/Articles/2006/MZ2006017.aspx ...
pjollans
Offline Send Email
Nov 1, 2007
11:16 pm
3830
Hi, there used to be a problem removing menu items when you uninstall an Add-In. I haven't looked at this problem for years, probably not since VS 2002. Does...
pjollans
Offline Send Email
Nov 1, 2007
11:19 pm
Messages 3801 - 3830 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