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.68K
1 Posted Topic
#pls solve this# Private Sub create_mouse() 'Dim mouse As New PictureBox Dim mouse As New PictureBox With mouse .Width = 10 .Height = 10 .BackColor = Color.Red .Top = r.Next(PictureBox1.Top, PictureBox1.Bottom - 10) //error null reference exception was handeled// .Left = r.Next(PictureBox1.Left, PictureBox1.Right - 10) End With Me.Controls.Add(mouse) mouse.BringToFront()
The End.
rathideva