Static linking encapsalates everything a program needs inside the exe. In other words no dlls required, this would include the VB runtime library. TO distribute a program all you would need to do would be copy the exe onto to the machine you want it to run on (Kinda of like the days of DOS).