-
1 Attachment(s)
OLE-Box - No Pic
When you click on the button "Clickez Ici Pour Une Photo", you get an commondialog to select a picture you want to see with an sertain person, but
But when I test this with an winMe or earlyer machine, i don't get the picture, I get the pictogram with the file name!!!
And that's not what I want!!
What do I have to change so that Win98 users can see the picture they have selected?
Thx
-
Try using a picturebox instead:
Set PictureBox1.Picture=Loadpicture(cmndlg.Filename)
-
I didn't want to work with picturebox because of the format
With a picturebox the picture is to much streched, and that's something you don't have with an ole-box
-
You could use an ImageBox to control the streching instead if you want. I'm not familiar enought with the OLE control to help with that one sorry.