I have made a project with multiply forms
and lots for coding in it
Now when I open the project to edit (some modification)
it uses all the system Resources and the memory
and give a error "out of memory"
Now what to do ?
Printable View
I have made a project with multiply forms
and lots for coding in it
Now when I open the project to edit (some modification)
it uses all the system Resources and the memory
and give a error "out of memory"
Now what to do ?
Add more memory...just kidding, I couldn't resist. I'll try and look into this. Is there anyway you could zip up the source files so we can take a look? Hopefully I won't get the same message :)
use DoEvents before and after, poss during large routines, will free up memory.
it is not while run time but when i load the project in vb 6
for any modification in the coding