Results for "Author: leigh bowers"
Is Form Loaded?
This function will tell you if your form is loaded (instantiated) or not. If you use the form's "Visible" property to determine this, the form is instantiated if it's not already loaded. This results in the form's "Load" event being executed unnecessarily. This function has none of the above overheads...
CRC Checksum
Calculates the CRC for a given string.