Hi.
I have the following code inside the right click event of the screen in
order to place an image at runtime. However the image is not being displayed.
Can anyone tell me what is wrong? It relates to a previous question I had on
drawing on the screen. As a test, I am using the fox.bmp
public loimage
loimage = CREATEOBJECT("image")
loimage.Picture = "c:\vfp8\fox.bmp"
loimage.top = 100
loimage.left = 100
thisform.refresh
TIA
MIke