Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • May seem like a minor detail, but it doesn't matter whether MaxBox is static, just that the members he's trying to access aren't. Commented Jan 20, 2014 at 15:13
  • 1
    What's a static? Why would he need an instance if it's not a static? If you're wondering - see msdn.microsoft.com/en-us/library/98f28cdx.aspx Commented Jan 20, 2014 at 15:14
  • Thank you - I'm so so so new to classes that i completely forgot to 'introduce' (substantiate?) my class to my program. Thank you. And thanks to everyone for all the great tips here. Last week i built a super simple class for my prior project and i'm trying again so when we hit classes i'll be ready as i've heard they're confusing - and they are but not AS confusing as they were last week - again super thanks! Commented Jan 20, 2014 at 15:26
  • Also - thanks for the suggest on how to return my command, that is very boss and gave me a lot to think about. Thank you very much. Commented Jan 20, 2014 at 15:37