if pictureBox has image -
12-04-2003
, 09:12 PM
Hi,
I have three pictureBoxes, and a few buttons can cause
these pictureBoxes to be populated with images -- the
first one should fill up first, then the second one, then
the third.
I need a way to check whether pictureBox1 has an image in
it, so that I know to use pictureBox2 (etc)
I'm brand new to VB, so be explicit please.
Thanks! |