Rotate image

  • Thread starter Thread starter ChoonBoy
  • Start date Start date
C

ChoonBoy

I have an unbound image control in my form.

Is there a way for me to rotate the images.

Thanks & Regards
 
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.
 
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.
 
Back
Top