Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 36,024 times

Contents

Related Categories

API Programming Series #5 - Summary

sreejath

Summary

In this article we saw how to use the GlobalMemoryStatus API function to obtain information about the memory status of the system. Please do keep in mind that, we’ve only covered a small portion of what can be achieved with this function. But the above example should be enough to get you started.

If you have any doubts, questions or clarifications, please do feel free to mail me.

Goodbye, Good luck and Happy coding!
(C) 1999-2003 Sreejath S. Warrier

Comments

  • questions..

    Posted by mistkron on 04 Nov 2004

    this is really nice article, but im wondering is there a way to display the memory status in a textbox ? well im rather new to vb.

  • MSFlexGrid to Excel

    Posted by wayp on 20 Jan 2004

    I always do this for my "print to file" checkbox in the print dialog

    **Needed Reference** : Microsoft Excel x.y Object Library

    [code]
    Public Sub ExportFlexGrid(ByRef objGrid As MSFlexGrid)
    ...

  • vb and excel

    Posted by marz on 24 Aug 2003

    HI!

    Is there a way to transfer the database to excel rather usingt the datareport?
    If you have any suggestions or ideas pls feel free to mail me.

    thanks.
    marz!
    marz03@yahoo.com

  • Thanks

    Posted by sreejath on 05 Jun 2003

    Thank you for expressing your appreciation.

  • Thanks..

    Posted by troygates on 02 Jun 2003

    Thank you for spending your time to write these great articles. They are very helpful and clearly written.