Can someone please have a look at the project attached, it's a file transfer program I've been working on. When transferring larger files (around > 1mb) the app crashes with an out of memory error, it used to be out of stack space but after playing me playing around with it, it's started saying out of memory.
The error message only appears when the programs compiled, the VB IDE just halts.
Also the main code is all in a class module named clsEngine.