Q: Can VB make standalone .EXE files?
Since Visual Basic 5.0 you can create true, compiled EXE binaries with versions other than the control creation and learning editions. Like the applications normally written with languages like Visual C++, it requires library files. The difference is that VC++ et al can create standalone EXEs if you write the whole interface code from scratch, which is not possible in VB.