IMPORTANT: This page contains information about the third edition of this book: Visual Basic 2008 Programmer's Reference. Other editions:
|
This is a small collection of code snippets for use with Visual Basic 2005.
To contribute your favorite snippets, email me.
To view a snippet, click its link. To download a snippet, right-click its link and select Save Target As.
Author | Name | Description |
Rod Stephens |
Example Snippet |
This is a sample XML file that you can modify to write a snippet. It demonstrates Imports, Reference, Literal, and Object elements. |
Rod Stephens |
Comment Snippets |
This Zip file contains snippets for creating new classes, event handlers, functions, modules, and subroutines with header comments. Edit them to standardize your comments. |
Rod Stephens |
New Property |
Makes a property by using a private variable and property procedures. |
Rod Stephens |
Control Array |
Loads controls of a particular type on the form into an array and catches an event for them. |
Rod Stephens |
Double Buffer |
Makes a form use double-buffering to reduce flicker. |
|