Exploring VB6 Volume 1: Essentials
- 0
- Add a Comment
The Exploring VB6 series is a “best of” collction of Dan Appleman’s previously published work
for Visual Basic 6 developers. This first volume is intended for intermediate level developers, and focuses
on fundemental issues that every VB6 programmer should know. Most articles have been updated to cover migration to
Visual Basic .NET. [ Available in PDF Format for $8 / Download ]
Table of Contents
- A DLL is a DLL is a DLL - Learn about the different types of DLLs.
- The Ten Commandments for Safe API Programming - Essential information for anyone making API calls from VB6.
- When a bug is not a bug - How mistakes in debugging can lead you to detect bugs that don’t really exist.
- Taking the Long View - How to correctly handle versioning for your VB6 ActiveX components.
- CheapTrace - Shows how to implement a “cheap” tracing application using SendMessage and a list box.
- The Query that came in from the Cold - If this story doesn’t teach you the importance of the ByVal keyword, nothing will.
