HOME
LINKS

COLLEGE
CHURCH
BROTHER
BASE

FAMILY

FLY LADY
ALL RECIPES
PBS KIDS

FILES

MCRate Calc

PROGRAMMING

ASCII Codes
Windows Tips
VB Tips
 

Programming / Software Development

Visual Basic® Tips
  Miscellaneous Notes

Miscellaneous Notes:


Form Loading/Unloading characteristics:

When a form is unloaded and a static variable is declared within a private form routine;
The static variable retains it's value.
In order to destroy the static variable's value; the form must not only be unloaded, but destroyed via the Set command...

Set frm = Nothing

If a subsequent routine will reference the contents of a control;
Do not unload the form. Instead, hide the form.
Unload it only after the algorithm has completed in it's entirety.
 



Copyright © 1990; Michael A. Chamberlain, Illustrator
All graphics used on this site are original, property of
the artist Michael A. Chamberlain, and under copyright protection.
Reuse of any graphics displayed without permission is unauthorized.

Site Born -- 9 February 2000
Last Updated:
URL: http://www.chamberlainstudios.net