Click to See Complete Forum and Search --> : How to Control GDI Heap Memory Resource for my Application
October 8th, 1999, 06:05 AM
Hi,
How can I control GDI Heap Memory Resource for my application.. I think my application uses various Controls and graphics related to API.. I want to intelligently handle the resources , and memory leaks. How it is possible.
Please let me know
Radha
Lothar Haensler
October 8th, 1999, 06:54 AM
from an MSDN article:
"In 16-bit versions of Visual Basic, you can determine free system resources by calling the GetFreeSystemResources Windows API function. For 32-bit versions of Visual Basic, there is no Win32 API function that provides that information. To determine free system resources in a 32-bit Visual Basic application, you must call a 16-bit application. "
October 8th, 1999, 07:13 AM
Hi ,
If I can get the Free Memory Space.. Then Can I get This.. I want to know how much memory is taken by VB FORM to load in the memory after the Form_Load event has occured.. How to arrive to this .. Pl let me know
Pl contact me at : kpra24@hotmail.com
Regards
Prasad
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.