I am writing an application in VB5 that loads image controls while the
program is running. Suddenly it just locks up. It happens when the
loadpicture() function runs. I believe it is running out of memory, because
when I try to load another VB application, I get a bunch of out of memory
errors. However, when I look at the system performance, it says I have 90%
of resources available. When I look at the resource monitor (windows 95) it
says I have 89% of GDI resources available. I have 24 meg of RAM, so I
think I should have enough, or is the loadpicture() function still stuck at
the 640k barrier or what??? is there some way around this? It seems I can
only load about 20 image controls before locking up.