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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2957 - 2989 of 3874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2957
Hi, Can anyone take a look at this issue and tell me why TypeDescriptor.GetEditor behaves differently when called from a Windows Forms app and from a VS 2005...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Oct 4, 2005
3:11 pm
2958
I know that creating commands with custom bitmaps did not work with VS2005 beta2, does somebody knows if this is fixed in VS2005 Release Candidate. I tried it...
sophocle33
Offline Send Email
Oct 4, 2005
4:26 pm
2959
Hi Thierry, I donīt know if C++/ATL has any influence, but that problem was fixed just after Beta 2 in the June CTP, so everything after that, including...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 4, 2005
4:32 pm
2960
... fixed just ... Release ... Many thanks Carlos, I was finally able to make it work. It seems that there is a difference in VS2005 from the way the Satellite...
sophocle33
Offline Send Email
Oct 5, 2005
8:12 am
2961
I think that officially in VS.NET 2002/2003 you have to specify both the SatelliteDLLName and SatelliteDLLPath registry entries (the SatelliteDLLPath should...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 5, 2005
8:18 am
2963
hi, this below NOTE got in msdn... i.e,"Add-Ins created in Visual Studio 2005 do not work in Visual Studio .NET 2003. Add-ins created in Visual Studio .NET...
tirupati reddy
tiruvcpp
Offline Send Email
Oct 5, 2005
11:06 am
2964
Hi, The MSDN note is correct: if you build with VS 2005 it wonīt load in VS.NET 2002/2003, and if you build with VS.NET 2002/2003, probably wonīt work ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 5, 2005
11:17 am
2966
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
Oct 6, 2005
4:07 pm
2967
Dear All, May I ask what is in your opinion the most effective choice in long run as a programming language for VS.NET/MS Office add-ins development? Please...
Shamil Salakhetdinov
shamil_salak...
Offline Send Email
Oct 7, 2005
1:17 pm
2968
Hi Shamil, VB.NET and C# are equally efective to write VS.NET / Office add-ins and there are no differences regarding this, since add-ins rely on the .NET ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 10, 2005
1:54 pm
2969
hi, i think,carlos has given u the good answer for your question... To developing the AddIn, to be the most effective, reliable ,generic, rarely changing after...
tirupati reddy
tiruvcpp
Offline Send Email
Oct 11, 2005
7:53 am
2970
Hi All, I want to add a new command bar in outlook 2000 with the help of .net 2003. Can anybody suggest me some thing.I have added a button but I am not able...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Oct 17, 2005
12:31 pm
2971
Hi Anil, There are several pointers at my web site, specially one or two HOWTO articles that may apply in your case: ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 17, 2005
2:17 pm
2972
I hope someone can help! One of the changes from vs2003 to vs2005 was how the logo is displayed in the splash screen. In vs2003 your product name had to...
stevensartain
Offline Send Email
Oct 19, 2005
10:10 am
2973
Answered this myself with a little more searching. This is apparently a bug in Beta 2 of vs2005 which has since been resolved in future releases. Sorry for...
stevensartain
Offline Send Email
Oct 19, 2005
10:22 am
2974
Hi, I have built an add-in which creates new menu. I have defined shortcut keys for some of the menu items. When I install this add-in and open Visual Studio,...
Neha Sharma
neha_23in
Offline Send Email
Oct 19, 2005
8:12 pm
2975
Hi all I'm looking to allow a hosted window in VS faciliate a drag start and then allow the document window to handle the drop (much like the toolbox does when...
stevensartain
Offline Send Email
Oct 20, 2005
10:20 am
2977
I am not sure. The keyboard schemes are stored on disk in files with extension .vsk, but I donīt know if you can generate a copy programatically, at least...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 21, 2005
8:22 am
2978
Hi, I am looking for an AddIn/Macro which customiz the solution explorer tree view. Any help would be appreciated....
madhu_rudra
Offline Send Email
Oct 24, 2005
7:47 am
2979
Can you elaborate? What kind of customization? Do you want to build such add-in or are you looking for a 3rd party add-in? Best regards, Carlos J. Quintero ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 24, 2005
8:12 am
2980
I'd like to create an addin that makes a piece of text into a url in the code editor. For example, right now if you type http://www.yahoo.com into the code...
michaelpryor
Offline Send Email
Oct 25, 2005
2:24 am
2981
Hi Carlos, Thanks for the response. I am looking at rearrange the projects in the solution explorer in the way I want. Like a group of projects as a set one...
madhu_rudra
Offline Send Email
Oct 25, 2005
8:12 am
2982
An add-in can monitor the text that you write at line level using the EnvDTE.TextEditorEvents.LineChanged event in VS.NET 2002/2003. In VS 2005 you can monitor...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 25, 2005
8:23 am
2983
You can get the UIHierachy item from the Window.Object property where you must set Window to the Solution Explorer window. However, I donīt think that the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 25, 2005
8:27 am
2984
Why does VS 2005's version of VSLangProg.dll (which is version 7.0.3300.0) have a reference to the non-existent EnvDTE.dll version 7.0.3300.0? VS 2005 does not...
Brent Rector
wiseowlconsu...
Offline Send Email
Oct 26, 2005
1:14 am
2985
Hello all, I'm developping an AddIn for VS .Net 2003 and I want to catch some events (ItemAdded, ItemRemoved, builing the project...) But I can't find on the...
fluminis
mir92fr
Offline Send Email
Oct 26, 2005
1:21 am
2986
When you say VSIP, you mean it has to be done using a custom text marker like this: http://blogs.msdn.com/dr._ex/archive/2004/06/09/152220.aspx Anyone have any...
michaelpryor
Offline Send Email
Oct 26, 2005
1:22 am
2987
The Add-In api doesn't provide for any mouse events, so I don't know if this is possible, but is there a way to create a custom tooltip for certain words in a...
michaelpryor
Offline Send Email
Oct 26, 2005
1:23 am
2988
... Terms like "add-in" are overloaded -- Resharper includes package DLLs like Microsoft.VisualStudio.Shell.Interop.dll, so I suspect it's a package, not an...
Bob Arnson
bob_arnson
Offline Send Email
Oct 26, 2005
7:20 am
2989
Hi Remi, See this KB article that I wrote: HOWTO: Getting ProjectItem events from a Visual Studio .NET add-in. ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 26, 2005
8:21 am
Messages 2957 - 2989 of 3874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright Đ 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help