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.
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 3717 - 3746 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3717
Hi, I know that this issue has already been dealt with, but I have never got it working 100% correctly. In principle, I think that I am loading a bitmap...
pjollans
Offline Send Email
Oct 1, 2006
9:35 pm
3718
Hi Phil, The SetTabPicture function has several bugs and problems For VS 2005, use RGB = 255,0,255 instead of RGB=0,254,0. It seems that they changed it. See...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 1, 2006
10:00 pm
3719
Hi Carlos, for VS 2005 using RGB=255,0,255 seems to fix the problem. For VS 2003 I am still having problems and I have played around with a few different...
pjollans
Offline Send Email
Oct 2, 2006
7:43 pm
3720
Hi Phil, I have reviewed my code and certainly I am using different code for 2003 and 2005. The latter uses magenta as I said. About 2003 I use a resource dll...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 2, 2006
8:42 pm
3721
Hi Carlos my code is based on a TransparentBitmap class which I downloaded from this group a long time ago. From the file header it is actually by you, and a...
pjollans
Offline Send Email
Oct 2, 2006
10:06 pm
3722
Hi Phil, I call SetTabPicture before setting Visible = True, and I have a remark in the code that doing it otherwise causes the green background that you are ...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 3, 2006
5:19 am
3723
Hi Carlos, Thanks for your help, Phil...
pjollans
Offline Send Email
Oct 3, 2006
7:29 am
3724
Dear Carlos J. Quintero i have tested your comment and iam sorry it doesnot work as expected . i have rather another solution add the following code to the...
ahmed ahmed
flyerman2001...
Offline Send Email
Oct 6, 2006
4:05 am
3725
To do that in the QueryStatus method is overkill IMHO.... Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio. You can code,...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 6, 2006
5:19 am
3726
On a related note, my Add-In for VS 2005 adds an item to the Tools menu, but its bitmap doesn't have a transparent background. As I recall, this was a problem...
pjollans
Offline Send Email
Oct 6, 2006
7:07 pm
3727
I think that there is no difference, the background must be RGB=0,254,0. However, I used 16-color pictures for VS.NET 2003 and TrueColor or 256 color pictures...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 6, 2006
11:14 pm
3728
Thanks Carlos, I have changed the background colour to RGB=0,254,0 in the bitmap in the satellite dll and it is now transparent. This has changed from VS 2003....
pjollans
Offline Send Email
Oct 7, 2006
9:35 am
3729
I don't think so, I have always used RGB=0,254,0 backgrounds and if a corner were used I would have seen green backgrounds. Best regards, Carlos J. Quintero ...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 7, 2006
9:48 am
3730
Hi Carlos, you are correct. On closer inspection, the background of my menu bitmap for VS 2003 was not transparent. The grey tone was just very close to the...
pjollans
Offline Send Email
Oct 7, 2006
10:54 am
3731
... According to the documentation for .GetItem, two adjacent backslashes should be parsed as part of the node name. However, this fails as well: ...
Arild Fines
arild_fines
Online Now Send Email
Oct 7, 2006
12:15 pm
3732
Does anyone know how to get to a UIHierarchyItem for a VS 2005 Web Site through UIHierarchyItems::GetItem. This fails: ...
Arild Fines
arild_fines
Online Now Send Email
Oct 7, 2006
12:17 pm
3733
Can anyone help me figure out how to add a project template to the "Other Projects" category in the New Project dialog? I am not sure where VS is looking for...
dotnetextremist
Offline Send Email
Oct 9, 2006
10:22 pm
3734
Has anybody ever seen an error like this: System.BadImageFormatException BadImageFormatException.FileName appears to be an empty string. Description: Le...
pjollans
Offline Send Email
Oct 16, 2006
5:09 pm
3735
Hello, I would like to create addin for vs2005 which will add automatically code to the start/end of each method in active document. I would appriciate you...
eransakal
Offline Send Email
Oct 20, 2006
7:41 pm
3736
Hi Eran, Hi Eran, See my articles: 1) HOWTO: Adding buttons, commandbars and toolbars to Visual Studio .NET from an add-in. 2) HOWTO: Navigate the code...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 22, 2006
10:00 am
3737
Hi, how I can make a ToolBox Item in c# which can be added in VB6 tooBox panel and can be used there. Thanks...
ariesavin
Offline Send Email
Oct 27, 2006
10:39 am
3738
Hello, I wrote some Tool Window add-in for Visual Studio 2005 that should process current active document and show results in tools' window. How could I catch...
evgenypages
Offline Send Email
Oct 28, 2006
11:21 pm
3739
Use the WindowEvents and/or DocumentEvents of the EnvDTE object model. DTE.Events returns them. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 29, 2006
9:23 am
3740
... Thank you for your answer. Unfortunately it doesn't give me any new information. Of course I inspected this items in MSDN before sending my question. But I...
evgenypages
Offline Send Email
Oct 29, 2006
8:39 pm
3741
Hi, Which is exactly the problem? As I told, the objDTE (or applicationObject) or your addin exposes an Events property which in turn exposes the ...
MZ-Tools
carlos_j_qui...
Offline Send Email
Oct 29, 2006
10:45 pm
3742
Hello, Thank you very much for your answer. It's very interesting what you write and I hope I could use it. I'll try it in this week. Yours sincerely Evgeny...
evgenypages
Offline Send Email
Oct 30, 2006
8:01 pm
3743
Hi, I have just discovered that my Add-In doesn't reliably detect Smart Device projects in Visual Studio 2005. Specifically, I created a "Pocket PC 2003"...
pjollans
Offline Send Email
Nov 6, 2006
10:40 pm
3744
Hi Phil, You are right, at least in VB.NET 2005 it no longer returns the VB-SmartDevice GUID but the VB guid, I have tested that my MZ-Tools add-in fails too. ...
MZ-Tools
carlos_j_qui...
Offline Send Email
Nov 7, 2006
5:54 am
3745
hi, i created addin project and added some Items to menubars like Project menu, Tools Menu etc. for these items i added some funtionality and i used user...
koteswara rao vemula
koti3322
Offline Send Email
Nov 7, 2006
2:36 pm
3746
Ys there is an event which captures the closing event. It is called closing event... I hope you got the clue ... Project ... project ... closed...
wilson george
willskgeorge
Offline Send Email
Nov 7, 2006
4:47 pm
Messages 3717 - 3746 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