Results 1 to 3 of 3

Thread: Finding which System collection to use (RESOLVED)

Threaded View

  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!

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