Re: array of buttons... click event ?
Igor is right about that you posted this in the wrong place. However, the anser is short, so I'll post it here right away:

Originally Posted by
FenixEden
[...] returns error saying Location is not a member of Object^.
Correct: Is isn't. You need to cast the parameter to Control ^ (or a more specific class like Button ^) in order to access control members:
Code:
x = safe_cast<Control ^>(sender)->Location.X;
I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.
This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.