Controling Image boundries

Immortal

Registered User.
Local time
Today, 19:16
Joined
Jul 2, 2014
Messages
13
Hi,
I'm currently making a form to display employee info in a nice fashion..
Anyway I have the employee photo displayed in an image control.

I want to be able to apply some tricks to the borders to make it look better. To do that, I need to make the width property equal to the width of the actual image while the height is restrained

to know what i mean check this:
http://i.imgur.com/5gju3WC.jpg
 
Hmm, I believe you're going to grab the width from the image file not from the control. Is that what you are asking?
 
Yes, exactly.
 
Then you have to grab it from the image file outside of Access. Access just *fits* it in the Image Control you provide.
 
Oh, I see... nope never done that before. Sorry...
 

Users who are viewing this thread

Back
Top Bottom