This is all my favorite Visual Basic code that I coded myself.
TOP TEN
There's some more of these little tidbits in
Common Functions.
For the Top Ten, I just chose the ones I reuse the most.
I'm sure the same functions have been coded by many others.
So I doubt I have may right to them.
You could probably find a hundred more at some VB Programmer's Journal site.
The top three -- FileExists,
Replace, and WinDir --
are called by some of the other functions.
|
INI
OK, I know.
We're supposed to use the Registry.
I understand the advantages to the Registry.
Yet I still like INI files in some situations.
This INI module contains about half a dozen properties and methods
that provide all the INI access I could dig out.
Download INI.BAS
Documentation
|
RESIZE
It's not a stretch or rubberband control.
It's way better.
With the Resize module, your users can resize a form and the form stays filled.
Download RESIZE.BAS
User Guide
Reference
Examples
|

|
|
|