More......Here is what I have.
On form1:
Public imgCockTailStyle as Image
On form2:
imgCockTailStyle = pbCTS.Image
Now, when I attempt to enter this code on form2:
form1.imgCockTailStyle is Nothing
It underlines "form2.imgCockTailStyle" and it also underlines "is". The
three errors are
Expression expected.
Expression is not a method.
Method arguments must be enclosed in parentheses.