Ver versión en español    
 
Home
10 Reasons to use MZ-Tools
MZ-Tools 6.0 for VS.NET
Editions
Features
Online Documentation
MZ-Tools SDK
Download
Purchase
Version History (RSS)  
FAQ & Support
MZ-Tools 3.0 for VB6 & VBA
Features
Online Documentation
Download (freeware)
Donations (Paypal)
Version History (RSS)  
FAQ & Support
User Reviews
Community Place
Contact  
For Add-In Developers
About
   
 
User Testimonials

I'm an avid supporter of MZ-Tools. It's a product I couldn't do without and your level of support is outstanding.

Jan Hyde (Visual Basic MVP)

You will soon wonder how you ever lived without it.

Andy Maggs

More user reviews
 
MZ-Tools SDK

Despite the number of operations that MZ-Tools provides that operate on every file of a solution (Find, Review TabIndex, etc.), there can be occasions when you need some operation not provided by MZ-Tools. External operations are features that operate on every file of a solution but that are not built-in in MZ-Tools; instead, they are provided externally through plug-in DLLs and they are integrated seamlessly, as you can see in the image.

MZ-Tools 4.0 or higher exposes the API that it uses internally for its own built-in operations through an SDK, so you can leverage the internal engine that processes files, the results window or the operation scope selection window for your own custom external operations.

As an example, you have in the Community Place the C# and VB.NET source code (that you can customize) of these external operations:

  • Hello World
  • Format Code
  • Review Code Standards
  • Review Control Text Spelling
  • Enable Windows XP Theme (FlatStyle property)
  • Document Code
  • Pre/Post Procedure Code
External Operations Image
   Top