I would like to have the ability to open a file (any file, any size) and put it into memory (maybe allocated at an address?), Get the information from memory then destroy it from memory (free up memory).

Can this be done in VB6?