Truman422
Member
- Joined
- Jan 10, 2011
- Messages
- 198
- Reaction score
- 14
I'm trying to make a CC, and I'm extremely noob, its mainly for learning purposes because I'm bored. But almost every CC I'm looking at as a reference uses
in their CC, but for whatever reason, my Visual C# doesn't recognize it, and I've added the references. What am I doing wrong? It won't build because of this, gives an error every time.
Sorry for such a noob question, just trying to explore the coding world.
Code:
using System.Drawing;
in their CC, but for whatever reason, my Visual C# doesn't recognize it, and I've added the references. What am I doing wrong? It won't build because of this, gives an error every time.
Sorry for such a noob question, just trying to explore the coding world.
