How to refresh PictureBox
Try the method PictureBox.Refresh()
(inherited from Control
).
Have you tried PictureBox.Update();
? Or try something like this http://msdn.microsoft.com/en-us/library/system.windows.forms.picturebox.image.aspx
Try the method PictureBox.Refresh()
(inherited from Control
).
Have you tried PictureBox.Update();
? Or try something like this http://msdn.microsoft.com/en-us/library/system.windows.forms.picturebox.image.aspx