CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 1999
    Location
    Malaysia
    Posts
    56

    Where to learn about API

    Hi again,
    I would like to ask if there are any good sites to visit for ppl who are just starting out with the API.

    Thanks for your comments.

    ____________________________________
    The VB Bugs in my Life...

  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: Where to learn about API

    hi...
    1. There is API text viewer available with VB installation. This helps in understanding the exact syntax of functions.

    2. There is a book called "WIndows Application Programming Interface" by TechMedia (If I recall it corerct).

    3. There is lot of stuff available at "Codeguru" itself. Just search it.

    4. Have patience.

    Good Luck.



    Santulan

  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Where to learn about API

    Best Place to learn about API is the book"Hard Core VB" by Dan Appleman ( I hope i am correct!).
    You can also find sections of it on MSDN ON-line Books/Partial Books Section.
    In there he describes how to map C-based Win APi to VB. That section is worth reading, understanding & implementing.

    You should know good amout of Windows Programing itself. i dare add - not the MFC way, but WIN32 way!..

    And For general Ref. MSDN is the best.

    There are a couple of sites where they explain tips for how to map Win-APi to VB.

    Last but not the least: Now a days lot of people post "Typelibraries" for basic windows dlls . Like on this site Lother was planning to post one for Win-inet dll. So if you can get one, just plug it into a project and off you go using those functions.

    ---
    As for patience.. Try.. if you fail try again.. if you fail try again...until either VB crashes or Windows reboots :-). Rest assured "former" is likely to happen often, and if you are having a particularly bad day, "later" is not too far off :-) People have re installed Windows, VB etc..

    RK

  4. #4
    Join Date
    Dec 1999
    Location
    Baltiore, MD, USA
    Posts
    8

    Re: Where to learn about API

    There is a number of book by Dan Appleman. One of them is "Visual Basic 5.0 programmers guide to win32 API"
    He explains there how to use API's and how to translate C/C++ functions into VB Declarations


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