- HOWTO: Changing the source code of Visual Studio Package project templates.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Autoload a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Get an EnvDTE.DTE instance from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Get the icons of files in the Solution Explorer.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Get information about the Visual Studio IDE from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Get information about the loaded solution from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Create a solution from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- PRB: ‘Can not find the installation for VS SDK’ error using MSBuild of TFS to compile Visual Studio Package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Host a Windows Forms usercontrol in a toolwindow from a Visual Studio package
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Initialize the usercontrol of a toolwindow from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Write to the output window panes from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Execute a command by Guid and Id from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Create a command without user interface items from a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- INFO: How a Visual Studio package command is named.
By Carlos J. Quintero, MZ-Tools articles
- PRB: Button of package command cannot be initially invisible on Visual Studio toolbar
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Provide command bitmaps from embedded resources of a Visual Studio package.
By Carlos J. Quintero, MZ-Tools articles
- PRB: Menu commands not refreshed after a change when clicking Start Debugging in a VS 2010 package project
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Get solution events from a Visual Studio package
By Carlos J. Quintero, MZ-Tools articles
- BUG: TextChanges CommandFlag not honored for toolbars in Visual Studio packages
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Create two Visual Studio packages in a single assembly
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Force files to open with a specific editor from a Visual Studio package
By Carlos J. Quintero, MZ-Tools articles
- BUG: Toolwindow guid attribute value hardcoded in code generated by Visual Studio package wizard
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Create a toolwindow with a ToolWindowPane class in a Visual Studio package
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Create a toolwindow without a ToolWindowPane class in a Visual Studio package
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Unload a project from a Visual Studio Package
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Reload a project from a Visual Studio Package
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Get supported frameworks and profiles of a Visual Studio version from a package
By Carlos J. Quintero, MZ-Tools articles
- HOWTO: Guessing the IDE mode (design, debug or run-time) from a Visual Studio package
By Carlos J. Quintero, MZ-Tools articles
- LearnVSXNow! – #1: How to start VSX programming?.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! – #2: Creating an empty package.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! – #3: Creating a package with a simple command.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! – #4: Creating a package with a tool window.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! – #5: Basic VSX ideas.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #6 – Creating our first toolset — Prolog.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #7 – Creating our first toolset — Finishing the sample.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #8: Intermezzo — The regpkg.exe utility.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #9 – Creating our first toolset — Refactoring to a service.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #10 – Creating our first toolset — Reusing code.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #11 – Testing a package.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #12 – Stepping forward: “VsxLibrary” and “HowToPackage”.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #13 – Menus and comands in VS IDE.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #14 – Basics of the .vsct file.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #15 – Creating a simple custom editor — the basics.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #16 – Creating a simple custom editor — the first ten meter.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #17 – Creating a simple custom editor — under pressure.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #18 – Advanced VSCT concepts .
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #19 – PowerCommands Deep Dive — Command Architecture.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #20 – PowerCommands Deep Dive — Commands and UI.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #21 – PowerCommands Deep Dive — Analyzing Commands.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #22 – Thinking about a new MPF.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #23 – Coping with GUIDs.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #24 – Introducing VSXtra.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #25: Advanced VSCT Concepts: Behind Combos
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #26: Services — with no-code service initialization
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #27: Multiple Tool Windows
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #28: VSXtraCommands Part 1 — Command handling patterns
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #29: VSXtraCommands Part 2 — Commands removing recent items
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #30: Custom Editors in VSXtra
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #31: Merging Package Menus with VSCT
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #32: VSXtra at DevCon – Part 1
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #33: VSXtra at DevCon – Part 2
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #34: Working with Hierarchies Part 1 – Hierarchy Basics
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #35: Working with Hierarchies Part 2 – Internal Structure of Hierarchies
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #36: Working with Hierarchies Part 3 – Properties and Hierarchy Traversal
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #37 – Meet Visual Studio 2010 and the New VS SDK 2010 CTP.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #38 – VS 2010 Editor – Text Coloring Sample Deep Dive.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #39 – Working with Hierarchies Part 4 – Hierarchy Windows.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #40 – Working with Hierarchies Part 5 – Managed Classes for Custom Hierarchies.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! #41 – Toolbar Layout and Persistence.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! Part #42 – Five Reasons to learn VS 2010 Editor Extensibility.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! Part #43 – Introducing the Managed Extensibility Framework.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! Part #44 – “Hello World” of Managed Extensibility Framework.
By Istvan Novak, DiveDeeper’s blog
- LearnVSXNow! Part #45 – Understanding the Menu Merge Process.
By Istvan Novak, DiveDeeper’s blog
VS SDK, packages, add-ins, macros and more…