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
~6K People Reached
Favorite Forums
Member Avatar for Matt Grihar

I have code that creates a PictureBox and I want it's background Image to change when I click it. My code: private void CreatImage() { Random LocationPicker = new Random(); for (int i = 0; i < 50; i++) { int X = LocationPicker.Next(0, 842); int Y = LocationPicker.Next(245, 433); …

Member Avatar for JOSheaIV
0
6K