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
Ranked #107.70K
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for makamanlol

Try this... Dim Shapes(16) As PictureBox For i = 1 To 16 Shapes(i) = New PictureBox With Shapes(i) .Name = pbn .BackColor = SystemColors.Control 'Color.Green .BackgroundImage = New Bitmap(My.Resources.led_blk) .BackgroundImageLayout = ImageLayout.Zoom .Size = New Size(20, 20) .Visible = True .Location = New Point( 23 * i, 50) End With …

Member Avatar for Waraporn
0
2K

The End.