Results 1 to 3 of 3

Thread: Finding which System collection to use (RESOLVED)

  1. #1

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Resolved Finding which System collection to use (RESOLVED)

    Hello everybody

    I`m using VS .NET 2003. I would like to use the Font System class but I don`t know which collection I need to add. In a book on C# it says that I need the following :

    Code:
    using System;
    using System.Collections.Generic;
    using System.Drawing;
    using System.Text;
    Unfortunately, this seems to pertain to VS .NET 2005! How can I find which using collections I need with VS.NET 2003.
    Last edited by divined; Oct 20th, 2005 at 05:02 AM.
    SteadFast!

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

    Re: Finding which System collection to use

    Those are namespaces, not collections. If you want to know what namespace a class is in just go to the MSDN library and do a search for that class, e.g. "Font class". There may be some less useful results if you use the on-line version but the topic for the .NET class will be very near the top, and it will tell you what namespace you need to use.
    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

  3. #3

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: Finding which System collection to use

    ok. thanks.
    SteadFast!

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