Gen-X:

The VB Runtime File is only 1.3mb, but 1.3mb is still frigin huge, so thats why I am learning C++, I hate that damn runtime file, I have to include installations with all of my programs, even little ones, if I have a 2kb app I would still have to make it 1.3mb + .002mb so they could run the damn thing!
well, its pretty hard to make a 2kb app,
I just tested, I made a program, with no title bar, it was about 20x40 pixels big, and it had three lines of code

Code:
Private Sub Form_Click()
Unload Me
End Sub
it is 16 KB!!!!!