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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1146 - 1175 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1146
Hi all, just wanted to ask one thing which confuses me ... lots. Is there any real reason why i should NOT use plain .NET controls as Tool Windows or...
dontboreme47
Offline Send Email
Sep 1, 2003
10:22 am
1147
I wish Craig Skibo (co-author of the book) was here as some months before to answer this question but based on my experience with Toolwindows (I am very ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 1, 2003
10:57 am
1148
... of us) ... keyboard ... Supposedly ... checking it. Where can I get this 3rd version of VSUserControlHost from please?. I'm looking to target VS.NET 2002 &...
micheal_jor
Offline Send Email
Sep 1, 2003
10:01 pm
1149
I'm developing an addin for vs.net 2003 and have so far succesfully created my toolwindow. However I want to be able to specify where the toolwindow it docked...
David Acres
acresd
Online Now Send Email
Sep 1, 2003
10:02 pm
1150
AFAIK, it is not possible, but I would be interested too in a solution. Carlos Quintero ... De: David Acres [mailto:acresd@...] Enviado el: lunes, 01...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 2, 2003
6:58 am
1151
Hi all, For those of you using the shim control, you probably are using the function HostUserControl: HRESULT CVSUserControlHostCtl::HostUserControl(BSTR...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 2, 2003
8:26 am
1152
Hi all: I also found the if you press ALT+T in the toolwindow, which you created using VSHostUserControl.dll, the VS.NET will be frozen. Has anyone here notice...
Alex Dong
alexdoncn
Offline Send Email
Sep 8, 2003
8:57 am
1153
I have attached it. Could you upload it to the Yahoo group and announce it, please? Carlos Quintero ... De: Alex Dong [mailto:axle_dong@...] Enviado el:...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 8, 2003
9:06 am
1154
Does anyone know in which DLL file of the VS.Net installation (or maybe Office installation?) are stored the bitmaps used for commands images? Note: I am aware...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 8, 2003
9:13 am
1155
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 :...
vsnetaddin@yahoogroup...
Send Email
Sep 8, 2003
9:23 am
1156
Hi all, does anybody know if extensibility objects are safe for using from multiple threads? In particular, I have the following code: ... EnvDTE.ProjectItem...
dsha1980
Offline Send Email
Sep 8, 2003
9:50 am
1157
I have the same problem. What were the two DLLs you "Regasm"ed? Thanks Mark ... shipped ... very...
flemingmark2002
Offline Send Email
Sep 8, 2003
5:04 pm
1158
I was just exploring some automation namespaces and i added a reference to the assembly VSLangProj2.dll to a test addin i was working on. everything was fine...
John
rainerclimbing
Offline Send Email
Sep 8, 2003
5:05 pm
1159
Or can you write an integration component as managed code?...
John
rainerclimbing
Offline Send Email
Sep 8, 2003
7:14 pm
1160
How can I find out if a specific command bar contains a specific command object? I was trying something like: if (vsObj.CommandBars["My...
John
rainerclimbing
Offline Send Email
Sep 8, 2003
10:50 pm
1161
Hi John, The installer incorrectly marked the .tlb, which is under C:\Program Files\Common Files\Microsoft Shared\MSEnv\ to be unregistered when the addin was...
xtremesimplicity2003
xtremesimpli...
Offline Send Email
Sep 8, 2003
10:51 pm
1162
Thanks for the info. Is it ok to reference VSLangProj.dll only? I need that assembly for the VSProject object. Or will this assembly give me the same...
John
rainerclimbing
Offline Send Email
Sep 9, 2003
12:48 am
1163
Hi: Today I found myself need to insert a menu item into VS.NET's command bars. In order to get the command bar, I need its name as an indexer into the...
Alex Dong
alexdoncn
Offline Send Email
Sep 9, 2003
10:48 am
1164
John, I would loop through the controls using... Commands.CommandInfo(object CommandBarControl, ref string Guid, ref int ID); You can use this and compare the...
Jamie Cansdale
turboslug
Offline Send Email
Sep 9, 2003
10:48 am
1165
... Hi, Craig explains everything in message 544. In message 545, I mentioned extensibility.dll and VSLangProj.dll (in Common7 \IDE\Public Assemblies). HTH ...
timores2
Offline Send Email
Sep 9, 2003
1:33 pm
1166
... I compiled the regtlb source code that Craig posted in message 546. If anyone is interested, I can mail it (or upload it). It worked for me :-) Jean-Marie...
timores2
Offline Send Email
Sep 9, 2003
1:34 pm
1167
... command ... indexer ... ("CommandBars") Is ... ("CommandBars") ... Why not use the Command Browse AddIn at ...
VinceRothwell
Offline Send Email
Sep 9, 2003
1:35 pm
1168
Please, could you upload this tool to the files section of the discussion group? thank you very much! ... a ... for...
John
rainerclimbing
Offline Send Email
Sep 9, 2003
2:34 pm
1169
So are you saying that i have to create a Command obj in order to create a seperator? that doesnt make much sense, since a seperator has no command...
John
rainerclimbing
Offline Send Email
Sep 10, 2003
5:21 am
1170
Because it's handy than add-in....
Alex Dong
alexdoncn
Offline Send Email
Sep 10, 2003
9:47 am
1171
... OK. You'll find it as RegTlb.zip. HTH JM...
timores2
Offline Send Email
Sep 10, 2003
11:26 am
1172
You do not need to create a Command or CommandBarControl in order to place a separator. Instead you could set BeginGroup property of the CommandBarControl that...
Dmitry Shaporenkov
dsha1980
Offline Send Email
Sep 10, 2003
11:47 am
1173
Is it possible to have a button be invisible when its associated add-in is not loaded? I have been able to make it disabled, but not invisible. This issue has...
Jamie Cansdale
turboslug
Offline Send Email
Sep 10, 2003
5:31 pm
1174
Dear All: I am having an addin having same feature as ToolWindow in which a Custiom ToolWindow can be hosted in VS.NET using shim control VSUserControlHostLib....
ksubscriptions
Offline Send Email
Sep 12, 2003
2:21 am
1175
AFAIK, the VSUserControlHost is an ActiveX (COM) control (built with ATL), which includes auto-registration (.rgs files) to use with regsvr32.exe or an API...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 12, 2003
7:51 am
Messages 1146 - 1175 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