Seeking examples VSPackage http://www.alvas.net - Audio tools for C# and VB.Net developers
Have you installed the Visual Studio SDK? It has several examples. -- Bryan Phillips MCT, MCSD, MCDBA, MCSE Microsoft MVP - Client Application Development Blog: http://bphillips76.spaces.live.com Web Site: http://www.composablesystems.net "Alexander Vasilevsky" wrote in message news:fi61vg$1ur1$1@behemoth.volia.net: > Seeking examples VSPackage > > http://www.alvas.net - Audio tools for C# and VB.Net developers
Yes http://www.alvas.net - Audio tools for C# and VB.Net developers "Bryan Phillips" <bphillips@nospam.spamcop.net.spammenot> wrote in message news:uwcPJHHMIHA.5160@TK2MSFTNGP05.phx.gbl... > Have you installed the Visual Studio SDK? It has several examples. > > -- > Bryan Phillips > MCT, MCSD, MCDBA, MCSE > Microsoft MVP - Client Application Development > Blog: http://bphillips76.spaces.live.com > Web Site: http://www.composablesystems.net > > > > "Alexander Vasilevsky" wrote in message > news:fi61vg$1ur1$1@behemoth.volia.net: > >> Seeking examples VSPackage >> >> http://www.alvas.net - Audio tools for C# and VB.Net developers >
Here is an example of one that I wrote: http://www.codeplex.com/NBusiness/SourceControl/DirectoryView.aspx?SourcePath=%24%2fNBusiness%2fMain-v2.1%2fVisualStudio&changeSetId=28612 It heavily borrows from the IronPython example that comes with the SDK. If you look on CodePlex you should be able to find the IronPython example also.
Thank You! http://www.alvas.net - Audio tools for C# and VB.Net developers "Justin Chase" wrote in message news:bd30ff1a-f7fc-4fe3-b4c7-5381fc3afc5f@w28g2000hsf.googlegroups.com... > Here is an example of one that I wrote: > > http://www.codeplex.com/NBusiness/SourceControl/DirectoryView.aspx?SourcePath=%24%2fNBusiness%2fMain-v2.1%2fVisualStudio&changeSetId=28612 > > It heavily borrows from the IronPython example that comes with the > SDK. If you look on CodePlex you should be able to find the IronPython > example also.