Results 1 to 2 of 2

Thread: Class documenation

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Posts
    71

    Class documenation

    Hello,

    If you are familiar with Java you will probably be familiar with the Java APIs or Javadocs?

    Is there such an easy to search HTML documenation for VB please, where i can go thru a list of APIs and see what they do ect?

    I am just starting to look at VB because i need to figure out how to download Outlook emails into an Access DB!

    Thanks very much!
    BobK

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Class documenation

    Are you talking about VB.NET? This is a link to the documentation for the .NET Framework class library. Looking through it is relatively impractical though, unless you know exactly what you're after. What I would suggest is using the MSDN search feature. Let's say you are using a TextBox and you want to know how to clear it. You should search for "textbox class" and/or "textbox members" to get to the help topics for the call itself and its member listing. That should always be the first thing you read if you know what class you're using. For less well-defined searches you just need to pick your keywords carefully. Remember that MSDN contains a vast amount of information on numerous products and technologies, so if you want VB-specific information it is a good idea to qualify your search with "visual basic".
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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