Procedures Sort Add-In 
For Visual Basic 6.0 

Version: 1.4.1

Copyright (C) 2000, Reflection IT

The Procedures Sort Add-In is a great add-in for those who like well-organized code. 
You can use it to sort your procedures in the active CodeWindow alphabetically. 
It preserve all you procedure attributes, which you normally loose when you do it manually. 
Event-handlers and Interface-implementations will be placed at the end of your code.

You can set the following options (Menu 'Add-Ins', 'Procedure Sort Options...'):
- Show Constructor and Destructor at top 
- Case Sensitive
- Number of empty lines between procedures
- Group by Scopy (Visibility)

You have to register the ProcedureSort.dll using REGSVR32.EXE. You have to load the 
Add-In using the 'Add-In Manager' in VB (Menu Tools). You will see a sort button (A-Z) 
in the Standard toolbar. The procedures of the active code-window will be sorted when you
click this button. A progessbar will be shown.

Check for new versions at: http://www.reflectionit.nl/downloads.asp

If you encounter any bugs or suggestions, please send an e-mail to Fons.Sonnemans@reflectionit.nl

This add-in can be freely distributed for nonprofit reasons.  

Enjoy,
Fons Sonnemans