I LOVE C#
Eyal Vardi
-
New Automation Samples for Visual Studio .NET 2005
http://www.microsoft.com/downloads/details.aspx?FamilyId=79C7E038-8768-4E1E-87AE-5BBBE3886DE8&displaylang=en
These code samples show you how to build VSMacros projects, add–ins, and wizards to make your teams more productive and customize Visual Studio .NET 2005 to the ways you like to work. Look for more samples, as well as some white papers and overview documents, in the future.
All of these samples use the Visual Studio automation model, which is free and publicly distributed with Visual Studio .NET 2005. With this automation model, you can do the following:
- Intercept commands when they are invoked, and either provide preprocessing or implement the command yourself.
- Control the solution, projects, and project items by adding or removing them.
- Control the build configurations mechanisms and hook various build events.
- Control a large portion of the text editor.
- Implement commands that help you debug with the debugger objects.
- Control the Windows Forms Designer.
- Create tool windows that behave just like the built-in tool windows for docking and floating.
- Provide content to the Property Browser when items are selected in tool windows.
- Control several of the built-in tool windows (including Task List, Toolbox, Command Window, and Output Window).
- And more...
-
מאיפו הידע?
מדי פעם שואלים אותי מאיפו הידע הרב?
התשובה שלי תמיד אותה תשובה:
לקורא כל יום מאמר אחד, בסוף השנה תיהיו מקצוענים" -
VS2005 Designer Issue - WinForms not opening after migrating
You can find help in Rupreet's Weblog, and Here.
-
My VSTO PowerPoint and Web Cast
1. Ready to Lanuch (12.12.2005 ) - Building Real Smart Applications using Visual Studio Tools for Office 2005
2. My Web Cast - VSTO 2005 -
Visual Studio Hacks
Very nice site for Add-in to VS.NET 2005 - http://www.visualstudiohacks.com/ -
Microsoft.NET DataTier Base Implementation
Download the code: Base-7-4-04.zip
-
<hr color="#000000"><br>Hello, word ! DTE
using System;
using EnvDTE; -
<hr color="#000000"><br>Multicasting Delegating
Multicasting Delegating