Chakradhar
July 28th, 1999, 03:18 AM
I would like to open a VB form from menu. But before opening I would like to check windows has enough memory to load the form.
There is an API function GlobalMemoryStatus to do this operation. But it expects a parameter to indicate how much memory we need.
My problem is how to estimate the memory required by a form so that I can mention that value in the parameter of the API function GlobalMemoryStatus .
early reply is appreciated
Chakradhar
Software Engineer
IT Solutions India
Banagalore
There is an API function GlobalMemoryStatus to do this operation. But it expects a parameter to indicate how much memory we need.
My problem is how to estimate the memory required by a form so that I can mention that value in the parameter of the API function GlobalMemoryStatus .
early reply is appreciated
Chakradhar
Software Engineer
IT Solutions India
Banagalore