In VB how can you change the picture(bitmap) that is assigned to an imagebox without making another imagebox?

Example: You have alot of pictures you can pick from on form a and only that you picked to apear on the next form...?

I alredy tried this:

Private Sub Command1_Click()
'This is the bitmap that VB put into frmPickCards.frx and this the
'location in the .frx where the bitmap exsist.....
Image1.Picture = "frmPickCards.frx": DCDD4
End Sub



even if the way I tried is wrong is there any way to do it?
Any help would be Helpful thanks


-Randy