Results 1 to 11 of 11

Thread: List of APIs? [Resolved]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    List of APIs? [Resolved]

    Is there a list of available API calls in the VB.Net IDE, like the Object Browser in earlier VB? I think Delphi has/had something like that. I know I can look them up in a book, but it would be easier if the calls were listed in the IDE. Thanks.
    Last edited by salvelinus; Feb 5th, 2004 at 02:13 PM.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    No such thing . If you've not checked this resource , then it's worth a look . Some API for .NET are listed there and more . http://www.mentalis.org/apilist/apil...s&showinfo=yes

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Thanks, that's pretty good site.

  4. #4
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    another place to look is the MSDn Platform sdk it lists every api function, what it does, what versions of windows support it and what dll or header you need....
    Magiaus

    If I helped give me some points.

  5. #5
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    Re: List of APIs? [Resolved]

    Originally posted by salvelinus
    Is there a list of available API calls in the VB.Net IDE, like the Object Browser in earlier VB? I think Delphi has/had something like that. I know I can look them up in a book, but it would be easier if the calls were listed in the IDE. Thanks.
    VS.NET IDE has an object browser, look carefully in the IDE
    \m/\m/

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Re: List of APIs? [Resolved]

    Originally posted by PT Exorcist
    VS.NET IDE has an object browser, look carefully in the IDE
    Do you mean the OLE/COM Object Viewer?. I looked at that, but didn't see any APIs.
    I didn't think of MSDN. I know I can look them up different places, but it was nice to have the tool in Delphi. You could just select one and add it to the code automatically. Maybe it was a third party add-in, we had a lot of them.

  7. #7
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    This might also be very helpful Microsoft Win32 to Microsoft .NET Framework API Map

  8. #8
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by DevGrp
    This might also be very helpful Microsoft Win32 to Microsoft .NET Framework API Map
    That's a good one .

  9. #9
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    remeber the good old api viewer? Someone should make on that handle all the IDL/Attributes needed for .net api use.

    I looked at that list while it is basicly true GetClassName and Name are no where near the same........ but i am worried says I about this new longhorn os what api will it have if any
    Magiaus

    If I helped give me some points.

  10. #10
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Longhorn will use managed code, but the Win32 API will still be available.

  11. #11
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

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