Click here to Skip to main content
15,891,607 members

Comments by wkiess01 (Top 10 by date)

wkiess01 2-Nov-19 7:59am View    
Once again, that did the trick. So how do I get the number of levels to appear as a property? Something like this perhaps:
public int LevelCount
{
  get { return ColorLevels.Length; }
}
wkiess01 2-Nov-19 7:36am View    
Thanks, OriginalGriff. That did the trick for a known number of colors. What if I want to make it a variable number of colors, only known at the time the object is instatiated. How do I use a property to pass in the and read the number of items in the array?
wkiess01 18-Dec-14 18:05pm View    
Reason for my vote of 5 \n Thanks for this well written article. Nice to see some great and humorous use of the English language to explain a fairly dry subject. You made it interesting, instructive and humorous, all at the same time. Perhaps those with the low ratings couldn't understand what you were saying due to their limited vocabulary. Thank you for expanding mine!
wkiess01 25-Nov-14 22:37pm View    
Reason for my vote of 5 \n Love tip about the hiding details section.
wkiess01 20-Nov-14 19:10pm View    
Reason for my vote of 5 \n What a great way to easily create data entry forms! Wow, I've been looking for an easier way ever since VB6...Thanks for the great tip!