Results 1 to 3 of 3

Thread: how to use winapi??

  1. #1
    New Member
    Join Date
    Apr 00
    Posts
    15
    yo! hi

    can anybody tell me how to use winapi. Just like how to know which declaration for which command?? i'm newbies in VB

    yo ! thank you man

  2. #2
    Frenzied Member
    Join Date
    Mar 00
    Posts
    1,089
    No offence but if you're new to programming then the API might be a bit more than you can chew, If you're starting VB from a C++ Background no problem, you didn't make it clear in your post how much programming you've done.

    The most usefull tool for using the API is the API viewer which comes with VB, if you go to your add in manager (in the Addins menu) you should get a big list of things you can Add in, one of which is the VB6 API Viewer, select this and it will become an option in your addins menu, I think you have to load a file the first tiome you run it, it's WIN32API.TXT and it should be in tools, winapi.

    it's fairly intuitive and it does your api declarations for you.

  3. #3
    Guest
    go to http://www.vbapi.com for a brief explanation for each of
    API function.

Posting Permissions

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