-
Pictures....
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
:confused:
even if the way I tried is wrong is there any way to do it?
Any help would be Helpful thanks ;)
-Randy
-
Never mind a friend of mine on the other board help me out =) thanks anyways
-
np
So i'm a friend ehh ;) :P :)
-
Well I can provide an alternate solution. Reference the form and voila, you can access it like any other form. Or is there any particular reason you'd like to do it this way?
[EDIT]: Whoops, I thought you said "Not a friend on the board to help me out" ;)