To reduce the size of the .EXE file in Visual Basic 6!!!

Sam443

Senior member
Aug 22, 2000
204
0
0
I want to reduce the size of the .EXE file, my application is very slow, because the .EXE file takes memory a lot.

This is possible without to change the application?
 

eraser

Senior member
Oct 15, 1999
357
0
0
Go to the project properties from the project menu in Visual Basic. From there choose the compile tab. On there are choices that allow you to choose how your code is compiled. Also there is an another option that allows you to forgo the various checks during compile. Clicking on the advanced optimization button on the compile tab will give you the list.

Eraser.