Rotate image

C

ChoonBoy

I have an unbound image control in my form.

Is there a way for me to rotate the images.

Thanks & Regards
 
S

Stephen Lebans

The Image control does not expose a method to rotate the contents of the
control. If you must have this functionality then the easiest method that
would involve little or no programming would be to use a third party ActiveX
control that supports rotation. Search for the DBPix control.

If you do not mind coding a bit, the ImageClass on my site does support
rotation for the standard Image control.
http://www.lebans.com/imageclass.htm
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
C

ChoonBoy

Thanks Stephen,

Problem solved.

Regards

Stephen Lebans said:
The Image control does not expose a method to rotate the contents of the
control. If you must have this functionality then the easiest method that
would involve little or no programming would be to use a third party ActiveX
control that supports rotation. Search for the DBPix control.

If you do not mind coding a bit, the ImageClass on my site does support
rotation for the standard Image control.
http://www.lebans.com/imageclass.htm
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top