A.
When VB3 closes files prior to a compile, it doesn't always clean up after
itself in the temporary code area - so the best way to get the most compact EXE
is to do the compile first!
- Write your program and test it in Interpretive Mode- runs O.K.? Good.
- Save it
- Exit from VB completely
- Start VB
- Load your project
- Compile it before you do anything else.
I have found this generally gives the best EXE size..