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 888 - 917 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
888
It would appear that the main repository for VS add-in samples, http://msdn.microsoft.com/vstudio/downloads/automation.asp is now an invalid URL. Does anyone...
Phil Shatz
phil_shatz
Offline Send Email
May 2, 2003
4:07 pm
889
http://msdn.microsoft.com/vstudio/downloads/samples/automation.aspx (Google is great ;-) ) HTH Merak...
Merak
merak_uk
Offline Send Email
May 2, 2003
6:09 pm
890
I assume VSIP is $$$? Can single developers/hobbyists get the toolkit (or whatever it is) without the support and without the fee? I notice the information on...
Peter Brown
psychlist1972
Offline Send Email
May 2, 2003
11:04 pm
891
I'm looking for advice/pointers etc. Any help anyone can provide will be appreciated. Here's what I want to do : 1) I want to have a class file that is...
Peter Brown
psychlist1972
Offline Send Email
May 3, 2003
12:32 am
892
I found this sample : http://www.gotdotnet.com/team/windowsforms/shapedesigner.aspx However, it does not work as advertized. It may be something that is ...
Pete Brown
psychlist1972
Offline Send Email
May 3, 2003
2:52 am
893
Scratch that. I started back over and it works now. I think it stopped working earlier because it had the error with the base class. It still had the problem...
Pete Brown
psychlist1972
Offline Send Email
May 3, 2003
2:58 am
894
Peter, Presently only academic institutions sponsored by Microsoft and corporations with Select or Enterprise agreements are exempt from the $10,000 VSIP...
Phil Shatz
phil_shatz
Offline Send Email
May 5, 2003
8:59 am
895
I think, Phil, the main concern a lot of people have is that the "limit" on which you HAVE to go onto VSIP is "disputable" at times. I would also like to just...
Thomas Tomiczek
t.tomiczek@...
Send Email
May 5, 2003
9:03 am
896
Thanks Phil. That's too bad really. I know a lot of folks with a lot of good ideas, and folks with 10kk to blow, but not a lot of folks with both good ideas...
Pete Brown
psychlist1972
Offline Send Email
May 5, 2003
2:14 pm
897
Definitely. The VSIP license fee and the line at which you need to move to VSIP effectively kills the shareware add-in market. Maybe that is the intention. ...
Pete Brown
psychlist1972
Offline Send Email
May 5, 2003
2:20 pm
898
... I hear you!!! ... You mean like Crystal Reports, right? Yes I'm pretty sure VSIP is required for single file generation... Here is a section from our VSIP...
Phil Shatz
phil_shatz
Offline Send Email
May 6, 2003
9:06 am
899
SAD point though is that it IS possible without VSIP to have a file generate source code at compile time (ISingleFileSource), threr is a fully documented...
Thomas Tomiczek
t.tomiczek@...
Send Email
May 6, 2003
9:16 am
900
Hello, I have a problem with deleting a previously added CommandBar. Thats how I do: CommandBar EB2003_Cmd_Bar; Command EB2003_Cmd_CreateManifest; public void...
da_real_crack_b
Offline Send Email
May 6, 2003
9:20 am
901
I have an Add-In that I created in Visual Studio .NET and installed it on several people's machine. It was all working great, until we upgraded to VS.NET...
Cavacas, Paul
pcavacas
Offline Send Email
May 6, 2003
1:33 pm
902
Paul, I think that you may need to check the entries added to the registry by your installer. If you look under the following key: ...
Peter Schroeder
workstate1
Offline Send Email
May 6, 2003
1:56 pm
903
speaking of installing under 2003. Is that all we need to do to upgrade our 2002 add-ins install to 2003, is to make sure both registry entries get set? ...
dave wanta
ghop_98
Online Now Send Email
May 6, 2003
2:01 pm
904
Dave, In our project [1], we added the entries and haven't seen any problems yet. As far as I can tell the APIs (assemblies) are exactly the same. There are...
Peter Schroeder
workstate1
Offline Send Email
May 6, 2003
2:25 pm
905
You can build your Add-in with VS 2002, and after adding the proper registry keys it will run unchanged with both 2002 and 2003. There should not be any...
Craig Skibo
craigs_ms
Offline Send Email
May 6, 2003
5:01 pm
906
Hi, I'm fighting with something that looks like an incompability between VS.NET 2002 and VS.NET 2003. I try to get the start and end line number of an ...
torerik_mlist@...
torerik_hagen
Offline Send Email
May 6, 2003
9:17 pm
907
You are choosing to add the CommandBar when it is connected, and delete it when the add-in disconnects. This is fine, but what happens if Visual Studio has a...
Jeff Kryzer
bartsimpson5...
Offline Send Email
May 7, 2003
3:07 am
908
Er, they definitely changed the GUID for the VCProjectEngine type library in 2003. That broke my C++ add-in good and proper since it could no longer load...
Duncan Lees
blu3_d0g
Offline Send Email
May 7, 2003
10:33 am
909
Has anyone ever used the Protection property on the CommandBar class? It is used to prevent user customization of your CommandBar objects. I am creating a...
Peter Schroeder
workstate1
Offline Send Email
May 7, 2003
3:23 pm
910
Can you provide a pointer? I couldn't find ISingleFileSource on MSDN or Google. ... a...
jeschkede
Offline Send Email
May 7, 2003
5:23 pm
911
Perhaps he was referring to IVsSingleFileGenerator. This interface is used to build a Custom Tool. http://www.google.com/search?q=IVsSingleFileGenerator Pete ...
Peter Schroeder
workstate1
Offline Send Email
May 7, 2003
6:38 pm
912
Yes, that is another incompatibility. We hope to have this resolved for future versions so that Add-ins using 2003 VC automation components will work in VS...
Craig Skibo
craigs_ms
Offline Send Email
May 7, 2003
8:13 pm
913
Hi all, first i would like to thank you people.this group helped me a lot to finish my graduation project "Applying Aspect oriented programming in VS.Net". ...
mohamed ali
m_mesalem
Offline Send Email
May 7, 2003
11:24 pm
914
I'm not sure that the VSIP licencing agreement allows discussion of those API's on public lists. Someone from summit will know better. There were microsoft...
Ian MacLean
ianm74
Offline Send Email
May 8, 2003
7:30 am
915
... in ... FileMode.Create);...
Bjoern Doerpholz
da_real_crack_b
Offline Send Email
May 8, 2003
8:45 am
916
i did n't mean to discuss this in public. if anyone would like to help please email me m_mesalem@... ... There ... died ... knowledge ... to ... smaller ...
Mohamed Mesalem
m_mesalem
Offline Send Email
May 8, 2003
10:46 am
917
Mohamed, I will mail you off the list about the level of assistance Summit can offer. However please let me comment on this thread for the benefit of the rest...
Phil Shatz
phil_shatz
Offline Send Email
May 8, 2003
12:25 pm
Messages 888 - 917 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