Johny
Registered User.
- Local time
- Today, 15:31
- Joined
- Jun 1, 2004
- Messages
- 80
hey,
I am working on a program where users can order specific items. They can select the item they want from a listbox and a little example is displayed. I want to give the users the ability to view a bigger example (the image in original size) by clicking the image. My problem is that all of the images have different sizes, some are even twice as big then the others.
I store the path to the image file in a text field. And I change the propertie "Picture" of the imageframe at runtime.
I have a seperate form "ImageExampleBig" that only contains the imageframe.
How can I show each picture at his original dimensions and automatically resizing the form (because I got very large and very small images) ?
thanx in advance,
Johny
I am working on a program where users can order specific items. They can select the item they want from a listbox and a little example is displayed. I want to give the users the ability to view a bigger example (the image in original size) by clicking the image. My problem is that all of the images have different sizes, some are even twice as big then the others.
I store the path to the image file in a text field. And I change the propertie "Picture" of the imageframe at runtime.
I have a seperate form "ImageExampleBig" that only contains the imageframe.
How can I show each picture at his original dimensions and automatically resizing the form (because I got very large and very small images) ?
thanx in advance,
Johny