Results 1 to 7 of 7

Thread: API Viewer

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 1999
    Location
    New York
    Posts
    32

    Post

    What exactly is the "API Viewer"? Is it something in vb itself that i have totally missed or is it a program? If it is a program, could someone email it to me([email protected]). Thanks.

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089

    Post

    It Should come with VB.

    Go to the AddIns menu and select the add in manager you will be greeted with a whole host of usefull wizards etc

    Get the API viewer and it will put it in the add ins menu open it I can't rememper exactly how you set it up but the file you want is called winapi.txt and it somewhere in VB/Tools?Common/API I think probably depends on your machine. It's probably THE most usefull tool for using the API.

  3. #3
    Lively Member
    Join Date
    Feb 2000
    Posts
    118

    Post api viewer

    do as finch said, then when you click on the api veiwer in the add-ins menu it will probably be empty. go to File, then to Load Text File on the menu.Choose Win32api.txt from the open dialog. Once it loads you can dblclick on a declaration and have it loaded into the bottom text box. From there you can copy it into your project.

  4. #4

    Thread Starter
    Member
    Join Date
    Jan 1999
    Location
    New York
    Posts
    32

    Post

    thanks a lot. i can't believe that i've been overlooking that for so long. that could have saved me a ton of time. anyway, thanks again.

    greendey

  5. #5

    Learning Edition

    But The Learning Edition Of VB Doesnt Come With The WinAPI viewer, could anybody please email me the prog
    [email protected]
    I Think I Might Dont Know The Answer To That One...

  6. #6
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I guess apiviewer isn't the best app made, i usually open Win32api.txt in wordpad, since you cannot search for the things you want correctly, and the listbox is too small. Also i don't like to change between declarations types and constants all time.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  7. #7
    Guest
    It seems harder to do in Wordpad. The App makes it easier for me.

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