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
~162 People Reached
Favorite Forums
Favorite Tags
Member Avatar for rock0

I'm new to C#, I want insert or remove black X into position in picturebox. I don't know how can do this. thanks my code is here private void pictureBox1_MouseClick(object sender, MouseEventArgs e) { int x = e.X; int y = e.Y; if ((x >= 1 && x <= 20) …

Member Avatar for tinstaafl
0
162