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.
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 3743 - 3772 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
3747
Hi Carlos, thanks, I will try that out. Regards Phil...
pjollans
Offline Send Email
Nov 7, 2006
5:56 pm
3748
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...
evgenypages
Offline Send Email
Nov 11, 2006
12:22 pm
3749
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\ dbackID=238492 ...
Carlos Quintero
carlos_j_qui...
Offline Send Email
Nov 16, 2006
3:43 pm
3750
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 ...
Bonio Lopez
boniolopez
Offline Send Email
Nov 16, 2006
4:25 pm
3751
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...
MZ-Tools
carlos_j_qui...
Offline Send Email
Nov 16, 2006
11:22 pm
3752
Hi, I just uploaded a C# project (binaries+sources) of an improved standalone Addin Manager tool. See Automation Utilities section ...
hauptmannp
Offline Send Email
Nov 18, 2006
12:11 pm
3753
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...
Cengiz Han
cengiz@...
Send Email
Nov 20, 2006
8:45 pm
3754
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:...
Carlos Quintero
carlos_j_qui...
Offline Send Email
Nov 21, 2006
9:23 pm
3755
any help? ... From: Cengiz Han cengiz@... Date: Mon, 20 Nov 2006 13:11:20 +0200 To: vsnetaddin@yahoogroups.com Subject: IVsToolboxUser implementation...
Cengiz Han
cengiz@...
Send Email
Nov 28, 2006
9:53 am
3756
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...
koteswara rao vemula
koti3322
Offline Send Email
Dec 6, 2006
8:50 am
3757
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...
MZ-Tools
carlos_j_qui...
Offline Send Email
Dec 6, 2006
8:56 am
3758
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...
amnonlme
Offline Send Email
Dec 11, 2006
10:54 pm
3759
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...
MZ-Tools
carlos_j_qui...
Offline Send Email
Dec 11, 2006
11:03 pm
3760
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...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Dec 12, 2006
6:18 am
3761
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...
amnonlme
Offline Send Email
Dec 12, 2006
2:16 pm
3762
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...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Dec 12, 2006
10:01 pm
3763
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 ...
edenz1977
Offline Send Email
Dec 14, 2006
1:52 pm
3764
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...
M. N. Islam
shihan23bd
Offline Send Email
Dec 26, 2006
12:16 am
3765
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...
amnonlme
Offline Send Email
Dec 29, 2006
3:12 am
3766
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...
MZ-Tools
carlos_j_qui...
Offline Send Email
Dec 29, 2006
10:01 am
3767
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 ...
MZ-Tools
carlos_j_qui...
Offline Send Email
Dec 29, 2006
10:32 am
3768
Can you do it with extension packaqge (VSIP) ? ... in, only ... [mailto:vsnetaddin@yahoogroups.com] ... text by ... addNameCommand2 ... box...
amnonlme
Offline Send Email
Dec 29, 2006
3:55 pm
3769
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,...
MZ-Tools
carlos_j_qui...
Offline Send Email
Dec 30, 2006
12:31 am
3770
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...
M. N. Islam Shihan
shihan23bd
Offline Send Email
Jan 1, 2007
3:02 pm
3771
(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...
hauptmannp
Offline Send Email
Jan 10, 2007
5:14 am
3772
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 ...
pjollans
Offline Send Email
Jan 10, 2007
10:50 pm
Messages 3743 - 3772 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