Image Button

alpapak

Registered User.
Local time
Today, 15:03
Joined
Apr 3, 2006
Messages
64
i have an imageframe and 4 buttons.
1)ZoomIn = works fine
2)ZoomOut = works fine
3)Best fit =
i tried

DoCmd.SizeMode = acOLESizeZoom

but nothing

4)Original size of the image =

it is the same as above

thxs
 
docmd does not support 'SizeMode', the property belongs to the OLE Object e.g.

OLEUnbound0.SizeMode = acOLESizeZoom or OLEUnbound0.SizeMode = 3
 
i tested it but ...

i post a sample db
 

Attachments

Users who are viewing this thread

Back
Top Bottom