Most of the samples illustrate points made in this book, and a few manage to do something useful in the process. Here are a few programs that you might find useful even if you don’t care about how their code works:
Program | Description |
Debug Wizard | Maintains temporary assert and profile procedures. |
Global Wizard | Converts public classes and global classes to private classes and standard modules, and vice versa. |
Collection Wizard | Creates collection classes. |
Address-O-Matic | Generates random base addresses for your controls and DLL components. |
RegTlb | Registers type libraries. |
ErrMsg | Translates API error numbers into messages. |
WinWatch | Tells you everything you ever wanted to know about windows, processes, and resources. |
TimeIt | Tests various performance problems throughout the book. You can add your own problems. |
Table C. Hardcore wizard and utility programs.