CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    How to Control GDI Heap Memory Resource for my Application

    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


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How to Control GDI Heap Memory Resource for my Application

    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. "


  3. #3
    Guest

    Re: How to Control GDI Heap Memory Resource for my Application

    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 : [email protected]

    Regards

    Prasad


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured