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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2150 - 2179 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2150
If you create a new project, you link an existing .cs file and you save the project, the .csproj file includes de Subtype="Code": <Files> <Include> <File ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 1, 2004
9:00 am
2151
I can easily create a brand new project with a linked file where .csproj file would not have SubType entry. I could basically: * create a new library * remove...
usysware
Offline Send Email
Dec 1, 2004
3:33 pm
2152
I have tried to reproduce it with those steps to no avail. Anyway, for those cases when you get an empty Subtype, you can check the extension of the file. If...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 2, 2004
9:53 am
2153
Hi. I'm trying to open Tools>Options dialog. I know, I can use DTE.ExexuteCommand("Tools.Options", "") But it opens options category, that was selected last...
Łukasz Wielek
wielowielo
Offline Send Email
Dec 2, 2004
11:16 am
2154
Hello, I've separated my GUI for my Shim into a Windows Control Class. The forms of this panel display with no apparent problems. (I did this so I could do...
maraymer_1970
Online Now Send Email
Dec 4, 2004
3:12 am
2155
A user of my Add-In has sent me an error report, where an exception of type System.Runtime.InteropServices.COMException with the error description "Unspecified...
pjollans
Offline Send Email
Dec 5, 2004
8:45 pm
2156
... Let's see if we have understood... ... Do you mean a Windows Control LIBRARY instead? If so, I dont recommend to separate the GUI of the add-in in a...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 9, 2004
9:26 am
2157
Hi Phil, I have not experienced (yet) the "Unspecified error" COMException using the TextSelection object, but some user of mine has reported it when using the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 9, 2004
9:54 am
2158
Hello, I worked out these problems. Actually, using a UserControl has worked out beauifully ... just a matter of working out the dependencies as you stated. I...
Matthew A. Raymer
maraymer_1970
Online Now Send Email
Dec 9, 2004
12:50 pm
2159
[sorry for dragging up an old thread, but this keeps biting some of my users] I keep getting these error messages from my users: [[ ...
Arild Fines
arild_fines
Offline Send Email
Dec 9, 2004
6:24 pm
2160
Hi, Im trying to do some add-ins for VS2005 Express Beta1. From what i understand by reading some posts on this list its actually not disabled, but not every...
Daniel Collin
nolemnolem
Offline Send Email
Dec 11, 2004
3:13 pm
2161
You can do it for the currently released beta version of Express, but in future betas and the final shipping product you will not be able to. Craig ...
Craig Skibo
craigs_ms
Offline Send Email
Dec 13, 2004
6:23 pm
2162
Hi guys: I am here with a strange problem which is not reproducible on all the machines. I have an add-in using the VSUserControlHost which crash the VS.NET...
Kapil Sachdeva
ksachdeva17
Offline Send Email
Dec 13, 2004
7:51 pm
2163
I have never heard of such issues, but there are a couple of things that you can try: 1) Try to guess if the crash depends on the hosted .NET user control...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 14, 2004
9:07 am
2164
Hello, I'm current investigating how to leverage the DTE and/or VSIP to create Stored Procedures in VS.NET 2003 ... I've done a little reading in VSIP and it...
Matthew A. Raymer
maraymer_1970
Online Now Send Email
Dec 14, 2004
10:58 am
2165
Without resorting to VSIP and new document types, you can create an add-in that creates a toolwindow that can be behave as a docked window (or floating) or as...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 14, 2004
11:12 am
2166
Thanks ... I think I'm understanding ... I'll think some more about that ... now ... wouldn't that toolwindow always be in memory after creation? Also, is...
Matthew A. Raymer
maraymer_1970
Online Now Send Email
Dec 14, 2004
12:03 pm
2167
Yes, toolwindows always stay in memory after creation. When you close them, you are only hiding them really. I am not familiar with VSIP yet, sorry. Best...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 14, 2004
12:08 pm
2168
Carlos, That's cool. You were helpful with what you've said so far. If I move that direction, I'll try to write up how I did it. Matthew ... No virus found...
Matthew A. Raymer
maraymer_1970
Online Now Send Email
Dec 14, 2004
12:21 pm
2169
Yes. Im fully aware that of that fact. The thing im actually wondering about is how you create a plugin and how you "register" it in Visual Studio. Daniel...
Daniel Collin
nolemnolem
Offline Send Email
Dec 14, 2004
7:49 pm
2170
Thanks Carlos. I have found the problem finally. I had in my User control call to Application.EnableVisualStyle() & then DoEvents() which results in crash at...
Kapil Sachdeva
ksachdeva17
Offline Send Email
Dec 15, 2004
8:40 am
2171
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vsnetaddin group. File : /VS.NET...
vsnetaddin@yahoogroup...
Send Email
Dec 15, 2004
9:05 am
2172
I think that you can still use XP theme. See: Using Windows XP Visual Styles With Controls on Windows Forms ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 15, 2004
9:11 am
2173
Hi all, I'm using VS 2003.net. I'm attempting to extract information based on the source code of a VS C++ project. I'm using the DTE classes...
Stephen Greene
stevo_eire
Offline Send Email
Dec 16, 2004
11:59 am
2174
I was just able to reproduce it. File|New|C# Windows Forms Application. Save and close the solution. Examine the C# project file. AssemblyInfo.cs file entry...
usysware
Offline Send Email
Dec 17, 2004
3:53 am
2175
I am always getting a return value of E_INVALIDARG when the function AddNamedCommand is called: CComPtr<EnvDTE::Command> pCreatedCommand; hr =...
franzaklein
Offline Send Email
Dec 18, 2004
8:37 am
2176
Thanks carlos, Earlier I had tried to add (embed) the manifest in the addin assembly and it did not work. It did work for my stand alone tool though. Putting...
Kapil Sachdeva
ksachdeva17
Offline Send Email
Dec 18, 2004
5:40 pm
2177
Hi, I have just read the interesting article "Improving performance on Localized Forms" http://windowsforms.net/articles/localizationfilter.aspx and am...
pjollans
Offline Send Email
Dec 19, 2004
12:17 pm
2178
Hello! I'm developing (http://nemerle.org/blog/archive/2004/Dec-16.html) VS language service for Nemerle (http://nemerle.org) language. I have successfully...
Kamil Skalski
kamil.skalski@...
Send Email
Dec 19, 2004
10:53 pm
2179
Has anybody had success in getting an icon/bitmap to be displayed in a toolbar created in an Add-In? I have tried using the AddNamedCommand function as well as...
franzaklein
Offline Send Email
Dec 20, 2004
2:57 pm
Messages 2150 - 2179 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