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 :
Unfortunately, this seems to pertain to VS .NET 2005! How can I find which using collections I need with VS.NET 2003.Code:using System; using System.Collections.Generic; using System.Drawing; using System.Text;




Reply With Quote