How to keep this picture visible?

R

Redee

Hi,

I have two image controls on my form. One of them (a) has a picture bu
not the other (b). When I click on the second image (b), I want t
transfert the picture from the first control (a) to the second (b)
Here is my code :


Set a.Picture = Nothing
b.Picture = LoadPicture("C:\Pic.bmp")


But when the transfer is finished, the picture on the second contro
(b) disappears. :(

How can I keep this picture visible?

thx!


P.S.:_When_I_debug_this,_the_picture_remain_in_the_control_(b)_:confused
:confused: :confused
 
Top