Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 35,126 times

Contents

Related Categories

API Programming Series #5 - Introduction

sreejath

Introduction

In this article which is the fourth of this series, we'll see how we can obtain the Memory status of the system. I.e. the total installed RAM on the system, how much is available at the moment, total virtual memory, available virtual memory and so on.

Note: This article assumes that you are familiar with the fundamentals of API programming. If however, API is a new concept to you, please do go through the first two articles (Article 1, Article 2) of this series, which will help you to get a thorough grounding in this topic.

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.