J
Jerry S
Hi
I wonder if someone can help with this, because there's something I'm
not understanding right.
I've got a List Array of PictureBoxes.
If I call PictureBoxListArray.Clear(), and then MainForm.Invalidate(),
the picture boxes remain visible on the form.
I'm not sure why!
What's the best way to get rid of them?
I've tried ((PictureBox) PictureBoxListArray).Dispose() - for each
of the picture box objects, but that seems to cause problems...
Any advice greatly appreciated!
Thanks.
Regards,
Jerry
I wonder if someone can help with this, because there's something I'm
not understanding right.
I've got a List Array of PictureBoxes.
If I call PictureBoxListArray.Clear(), and then MainForm.Invalidate(),
the picture boxes remain visible on the form.
I'm not sure why!
What's the best way to get rid of them?
I've tried ((PictureBox) PictureBoxListArray).Dispose() - for each
of the picture box objects, but that seems to cause problems...
Any advice greatly appreciated!
Thanks.
Regards,
Jerry