Results 1 to 10 of 10

Thread: Where can I find complete reference to VB.NET functions?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474

    Where can I find complete reference to VB.NET functions?

    Where ?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    there are no cuh thing as VB.NET functions. There are .NET functions and classes, and there is no complete list as there are thousands.

    You can run wincv.exe to search for classes and their functions.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Fanatic Member Redth's Avatar
    Join Date
    May 2001
    Location
    Ontario, Canada
    Posts
    551
    how about the MSDN?

    http://msdn.microsoft.com

    for instance.. and even in the vs.net IDE There's an object browser which pretty much gets you anything you need to know...

  4. #4
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    I actually just purchased the Microsoft .NET Framework 1.1 Class Library Reference, which contains over 8000 pages of information. Every single .NET type and its containing members are listed with code samples in numerous .NET languages. There are a total of 7 volumes, and the set comes with 4 as of right now. The price ($120) is not bad considering what comes in the package.

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Originally posted by Lethal
    I actually just purchased the Microsoft .NET Framework 1.1 Class Library Reference, which contains over 8000 pages of information. Every single .NET type and its containing members are listed with code samples in numerous .NET languages. There are a total of 7 volumes, and the set comes with 4 as of right now. The price ($120) is not bad considering what comes in the package.
    Ouch!
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    My work re-inbursed me, so no big deal...

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Not sure it is worth it. i men is there anything in there beyond what you can get with wincv.exe?
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Ok guys, thanks for your responses. I didnt meant those .NET classes. All i wanted was a list of Visual Basic Functions (maybe inherited from old vb) like Year, Hour, Hex, Ipmt... that i found about 150 with a search in MSDN with the keyword of Function and Filtered by Visual Basic and Related.

    Thanks
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  9. #9
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    This is a great start when looking for classes and such:
    http://msdn.microsoft.com/library/de...ClassTopic.asp

  10. #10
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I like that tool (wincv.exe) . It shows all the classes decompiled I guess . You can use Slammander decompiler if you want , I does the same as Object Browser and the above tool I believe .

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