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 224 - 253 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
224
I am having a problem with late binding invoking of a method from a COM dll. Everything works fine as far as loading the dll creating an instance of the class....
Richard
richardadleta
Offline Send Email
Feb 7, 2002
4:17 pm
225
Hello All, Is it possible to debug an user defined VS add-in by using separate debugger (DbgClr.exe for example) ? I know that it is possible to create an...
Alexey Lapshin
otro_94
Offline Send Email
Feb 8, 2002
9:47 am
226
In addition to previous letter : if I start devenv.exe from DbgClr.exe it is started but I am not able to set break points in code of my add-in ... ... From:...
Alexey Lapshin
otro_94
Offline Send Email
Feb 8, 2002
10:02 am
227
It is important to remember that the addin is simply a .DLL and that Visual Studio is nothing more than a host application loading that dll. This means that...
Oz Solomon
wndtabs
Offline Send Email
Feb 8, 2002
1:34 pm
228
Thanks for the reply Carlos. I have successfully created a function in .NET to create an IPictureDisp object from an icon file. After casting my...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Feb 10, 2002
5:06 am
229
Have you tried doing: DevEnv.exe /setup ... From: carlos_j_quintero [mailto:carlosq@...] Sent: Monday, January 28, 2002 4:03 AM To:...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Feb 11, 2002
8:03 am
230
I solved it with the Delete method of objCommand that I did not see the first time. Carlos ... De: Jeff Kryzer [mailto:yahoo@...] Enviado el: lunes 11...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Feb 11, 2002
9:08 am
231
Hello Oz, Thank You very much for Your answer. I have found the problem. It was not connected with debugger. I have just registered add-in in a wrong way. Best...
Alexey Lapshin
otro_94
Offline Send Email
Feb 11, 2002
12:57 pm
232
How can I add a status bar icon that has transparent pixels?...
gmit42
Offline Send Email
Feb 12, 2002
8:32 pm
233
When you say Status bar, do you mean Toolbar or Menubar? If so, we're trying to figure that out right now. See the emails with the subject of "Setting a menu...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Feb 13, 2002
6:05 am
234
Maybe some of you who live in the USA can ask the question of transparent pictures in custom add-in buttons to the software architect of the IDE in the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Feb 13, 2002
9:06 am
235
Hello All, Is it possible to determine CodeElement for random TextPoint in C# file in VS Project ? I have examined Automation model and found property...
Alexey Lapshin
otro_94
Offline Send Email
Feb 13, 2002
4:07 pm
236
... By status bar I mean StatusBar object, Animate method. I can display animation, but don't know how to send transparency information... BTW, I don't know...
gmit42
Offline Send Email
Feb 14, 2002
12:51 am
237
(After the chat on MSDN, I looked up the information...) What you need to do is create a bitmap 16 pixels high, and a multiple of 16 wide (each multiple...
Craig Skibo
craigs_ms
Offline Send Email
Feb 14, 2002
1:38 am
238
- Any suggestions on how to add the first item to a solution? I've tried many things but none seem to work. It kind of seems like a chicken and egg thing....
kral_ferch_profile
kral_ferch_p...
Offline Send Email
Feb 14, 2002
8:54 am
239
... I'll try with magenta, tnx - I tried only with green (since this is the color used for colorkeying in VS.NET) and white (reg<something> automation...
gmit42
Offline Send Email
Feb 14, 2002
10:00 am
240
OK, occasionally I could be very slow. Could someone interpret for me what MSDN says about obtaining colors used in editor? Starting point is...
gmit42
Offline Send Email
Feb 14, 2002
10:05 am
241
Hello All, I would like to create code model for source C# file in VS`s project. Having read this newsgroup and done some experiments I encountered some...
Alexey Lapshin
otro_94
Offline Send Email
Feb 14, 2002
12:39 pm
242
... Nope, background is still no transparent, even using magenta (I can snapshot as a proof). Any other ideas? BTW, I tried different color depths - no help...
gmit42
Offline Send Email
Feb 14, 2002
2:46 pm
243
Craig, Thanks for your support in this issue, but it is not solved yet: I am using a 16x16, 16 colors Bitmap resource in a MFC resource DLL and I have set the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Feb 14, 2002
3:41 pm
244
Yeah, there seem to be some real inconsistencies and limitations to the implementations of the CodeModel stuff. I discussed some of these issues with respect...
David Jeschke
jeschkede
Offline Send Email
Feb 14, 2002
5:15 pm
245
Does anybody know how to make a .NET component appear as listed item under the .NET Tab in the 'Add Reference' Dialog? I've tried regasm and gacutil...
marioivanalvarez
marioivanalv...
Offline Send Email
Feb 14, 2002
5:29 pm
246
When you create an add-in you have the option to make it available for loading inside the Macros IDE in addition to the Visual Studio.NET IDE. My question is,...
David Jeschke
jeschkede
Offline Send Email
Feb 14, 2002
10:40 pm
247
I can't get DTE.Solution.Projects.Item(Constants.vsProjectKindSolutionItems) to work even when there is a SolutionItems project in the solution. It keeps ...
Jason Diamond
injektilo12
Offline Send Email
Feb 15, 2002
5:24 pm
248
Add a registry key under HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders or HKLM\SOFTWARE\Microsoft\VisualStudio\7.0\AssemblyFolders. Call the key ...
Elton Wells
thewyrmboy
Offline Send Email
Feb 16, 2002
6:17 pm
249
Thanks a lot Elton. ... From: Elton Wells [mailto:wells@...] Sent: Saturday, February 16, 2002 1:40 PM To: vsnetaddin@yahoogroups.com Subject: RE:...
Mario I. Alvarez
marioivanalv...
Offline Send Email
Feb 16, 2002
7:37 pm
250
Craig, Not sure if you saw my other posting, but I have created a function which converts an icon to an IPictureDisp object. I then set ...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Feb 17, 2002
4:43 am
251
_ Is there a method to allow the UI messages to pump while an add-in command is doing a long task? I'm looking for something similar to WinForms'...
kral_ferch_profile
kral_ferch_p...
Offline Send Email
Feb 17, 2002
4:07 pm
252
I would think you have two choices: break the long task into smaller tasks, or use multiple threads. You cant be doing two things at once unless you have two...
milnemalc
Offline Send Email
Feb 17, 2002
6:47 pm
253
Hi Jeff, You are right that setting the Picture object would be the easiest way, not that of external DLLs that not work yet. The last info from Craig is that ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Feb 18, 2002
9:19 am
Messages 224 - 253 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