Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~82 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for harshinianu

[code=Java]public void showPlayer(int cell,int playerID){ int row = this.getRow(cell); int col = this.getCol(cell); cellLabel[row, col].TextAlign = ContentAlignment.MiddleCenter; cellLabel[row, col].BackColor = Color.Purple; cellLabel[row, col].ForeColor = Color.Gold; cellLabel[row, col].Text = "P"+Convert.ToString(playerID); }[/code] Here is a part of my code. How can I add a jpeg image to the above cell, called cellLabel[] …

Member Avatar for JamesCherrill
0
82