Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vsnetaddin · Visual Studio.NET Add-ins

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2365
  • Category: Development
  • Founded: Jul 19, 2001
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 3743 - 3772 of 3884   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3743 pjollans Send Email Nov 6, 2006
10:40 pm
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"...
3744 MZ-Tools
carlos_j_qui... Send Email
Nov 7, 2006
5:54 am
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. ...
3745 koteswara rao vemula
koti3322 Send Email
Nov 7, 2006
2:36 pm
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...
3746 wilson george
willskgeorge Send Email
Nov 7, 2006
4:47 pm
Ys there is an event which captures the closing event. It is called closing event... I hope you got the clue ... Project ... project ... closed...
3747 pjollans Send Email Nov 7, 2006
5:56 pm
Hi Carlos, thanks, I will try that out. Regards Phil...
3748 evgenypages Send Email Nov 11, 2006
12:22 pm
I'd like to announce an Add-In that I just have written. It allows to see a script outline of javascript and vbscript code in form of a tree as it was done in...
3749 Carlos Quintero
carlos_j_qui... Send Email
Nov 16, 2006
3:43 pm
Hi all, Could you vote for this bug so MS fixes if for VS 2005 SP1? http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Fee&#92; dbackID=238492 ...
3750 Bonio Lopez
boniolopez Send Email
Nov 16, 2006
4:25 pm
Hi all, Code snippet in VS2005 seems to be supported for C#, VB but not for C++. Does anybody know the addin which would close the gap? I am thinking to make ...
3751 MZ-Tools
carlos_j_qui... Send Email
Nov 16, 2006
11:22 pm
Hi Boni, My MZ-Tools add-in has a code templates feature that works with C++. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual...
3752 hauptmannp Send Email Nov 18, 2006
12:11 pm
Hi, I just uploaded a C# project (binaries+sources) of an improved standalone Addin Manager tool. See Automation Utilities section ...
3753 Cengiz Han
cengiz@... Send Email
Nov 20, 2006
8:45 pm
Hello, how can i use the IVsToolboxUser interface, i am populating custom toolbox but i can't add the control to the form anyway. code samples is below bu i...
3754 Carlos Quintero
carlos_j_qui... Send Email
Nov 21, 2006
9:23 pm
Hi, I just wanted to let you know that finally I have started my own blog about VS.NET add-ins and more: Carlos Quintero's blog Visual Studio Extensibility:...
3755 Cengiz Han
cengiz@... Send Email
Nov 28, 2006
9:53 am
any help? ... From: Cengiz Han cengiz@... Date: Mon, 20 Nov 2006 13:11:20 +0200 To: vsnetaddin@yahoogroups.com Subject: IVsToolboxUser implementation...
3756 koteswara rao vemula
koti3322 Send Email
Dec 6, 2006
8:50 am
hi i used fresh machine with windows XP + SP2 and installed the VS 2005 and then installed the add-in sucessfully and i try to open visual studio 2005 at that...
3757 MZ-Tools
carlos_j_qui... Send Email
Dec 6, 2006
8:56 am
Does the error happen if you don't load the add-in? - If so, it is a problem of VS 2005, not of the add-in. - If not, then the problem is the add-in. You need...
3758 amnonlme Send Email Dec 11, 2006
10:54 pm
Hi Everybody I'm working on building a toolbar in visual studio extension. The toolbar should include a drop down combo box. I didnt decide yet if I want to...
3759 MZ-Tools
carlos_j_qui... Send Email
Dec 11, 2006
11:03 pm
I don't think it is is possible with an add-in. See: http://blogs.msdn.com/craigskibo/archive/2005/10/20/483133.aspx But I am not sure either if that can be...
3760 Anna-Jayne Metcalfe
jalapenokitten Send Email
Dec 12, 2006
6:18 am
Hi Ron, ... AFAIK this isn't supported "out of the box". However, there's nothing to stop you writing an add-in or package which creates a conventional...
3761 amnonlme Send Email Dec 12, 2006
2:16 pm
Hi Anna, Thanks for your reply. When adding a combobox to a toolbar I use the addnamedcommand2 and the addocntrol methods. In the addnamedcommand2 i pass the...
3762 Anna-Jayne Metcalfe
jalapenokitten Send Email
Dec 12, 2006
10:01 pm
Hi Ron, ... down control. ... Sure hun. The only way to do it is almost certainly to hunt through the Visual Studio window hierarchy (starting at its main...
3763 edenz1977 Send Email Dec 14, 2006
1:52 pm
I am trying to close a document in visual studio i can get a reference to it by iterating the _applicationObject.Documents collection ,then I call ...
3764 M. N. Islam
shihan23bd Send Email
Dec 26, 2006
12:16 am
Hi All, I'm relatively a newbie in dot.net development. But I've working experiences with VC/VB programming as well as Java. So, not finding too hard to adopt...
3765 amnonlme Send Email Dec 29, 2006
3:12 am
Hi there, I'm trying to create an editbox ( Control for insertion of text by the user) in a VS toolbar using an addIn-I'm using the addNameCommand2 When Using...
3766 MZ-Tools
carlos_j_qui... Send Email
Dec 29, 2006
10:01 am
Hi, AFAIK, you can't create such control in a VS toolbar from an add-in, only comboboxes and MRU lists. Best regards, Carlos J. Quintero MZ-Tools: Productivity...
3767 MZ-Tools
carlos_j_qui... Send Email
Dec 29, 2006
10:32 am
Hi, Yes, it can be done. About adding or managing project references, see my articles: - HOWTO: Getting information specific to VB.NET and C# projects from an ...
3768 amnonlme Send Email Dec 29, 2006
3:55 pm
Can you do it with extension packaqge (VSIP) ? ... in, only ... [mailto:vsnetaddin@yahoogroups.com] ... text by ... addNameCommand2 ... box...
3769 MZ-Tools
carlos_j_qui... Send Email
Dec 30, 2006
12:31 am
I don't know, but if VS has one of those, I suppose that yes. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio. You can code,...
3770 M. N. Islam Shihan
shihan23bd Send Email
Jan 1, 2007
3:02 pm
Hi Carlos, Thanx for ur reply though I found the solutions already in a hard way than located in your articles. Anyway, In my investigation, I've come to know...
3771 hauptmannp Send Email Jan 10, 2007
5:14 am
(VS2005, C# project) Hi, I have a problem with a quick&dirty Addin to measure build times. It is set to load on startup. OnConnect: adds handlers for...
3772 pjollans Send Email Jan 10, 2007
10:50 pm
Hi, is there a problem with multiple Add-Ins hooking the BuildEvents in Visual Studio 2003? I have tried to use my Add-In together with the ReSharper ...
Messages 3743 - 3772 of 3884   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help