Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 109,992 times

Contents

Related Categories

API Programming Series #1 - Foreword

sreejath

Foreword

The API programming series is a set of articles dealing with a common theme: API programming in Visual Basic. Though there are no hard and fast rules regarding the content of these articles, generally one article can be expected to contain issues related to API programming, explanation of one or more API calls with generously commented code snippets or bug reports. Depending on the subject, these code samples may expand to become a full-fledged application.

In this article we’ll look at the concept of API as applied to Win32 programming.

Note 1: This article is meant for absolute newbies. If you are even slightly familiar with API programming I strongly suggest that you skip this article.
Note 2: With the arrival of VB.net, API calls are now being phased out. You should only use API calls in VB 6 or earlier

Comments

  • Re: [2371] API Programming Series #1

    Posted by spirit.mbs on 31 May 2007

    plz help me 4r api.gv some books on api[:(]

  • Re: [2371] API Programming Series #1

    Posted by Praseeda on 09 Mar 2007

    The article is really valuble.It will give good exposure to Windows API

  • creatin sytem dedicated application

    Posted by hackaback on 19 Sep 2005

    hey ther, can anyone gve me an idea how to retrive the system's information in vb so that i could create a system dedicated application. or any other method

  • Posted by teambanana on 12 Mar 2003

    Look in the registry:

    For WinNT/2K (I assume this works on XP too...)

    [pre]HKLM\Software\Microsoft\Windows NT\Current Version\RegisteredOrganization[/pre]

    You'll need to find a way to read th...

  • API call for system registration information

    Posted by RT on 28 Nov 2002

    Hey
    just wondering if anyone has an advice for a problem tha i'm trying to solve:

    I need to make an API call from VBA within Excel to get information about the compnany that the machine is regist...