first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

appdev.com Seminar Notes

Be aware of the values of App.Path. It can be in long file name format or short file name format. The file name format can be lost when the File > Open command is not used to open a Visual Basic Project file (*.VBP).

Screen.Fonts(<index>) returns system fonts names not font objects. This is an array (for now) not a collection.

Be aware of the TypeName() function and the VarType() function. They are useful for finding sub-types of Variants.

frm.Unload removes UI but not module-scope variables from memory. Set frm = Nothing removes all Form attributes of frm from memory.

mod date: 1998-10-05T00:26:57.000Z