Your abc click handler would loo something like
private void abc_Click(object sender, EventArgs e)
{
//code here
}
Now sender.Name will give you something like "bij"(so extract the i and j from there), you could also use the Location property in this case or the Tag property, to do what you want to do. Success! :)
ddanbe
Industrious Poster
4,308 posts since Oct 2008
Reputation Points: 2,126
Solved Threads: 725
Skill Endorsements: 26