RE: Visual Basic 2008 - Reloading/Refreshing Same form
Just completely clear all the images inside your ping Sub. That way when you call it they'll all be generated right.
[so, in your Sub Ping() your first bit of code will be PictureBox1.Hide(), PictureBox2.Hide() etc, then you have your ping stuff + showing the pictures]
|