|
-
Aug 7th, 2002, 04:13 PM
#1
Thread Starter
New Member
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
-
Aug 7th, 2002, 04:23 PM
#2
Try using a picturebox instead:
Set PictureBox1.Picture=Loadpicture(cmndlg.Filename)
-
Aug 7th, 2002, 04:28 PM
#3
Thread Starter
New Member
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
-
Aug 7th, 2002, 04:31 PM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|