|
-
Jul 20th, 2000, 10:51 AM
#21
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!!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|